eclipse-cdt-cloud / cdt-cloud-blueprint

CDT Cloud Blueprint is a template for building custom web-based C/C++ tools. It is made up of existing open source components and can be easily downloaded and installed on all major operating system platforms.
MIT License
22 stars 11 forks source link

Add runnable dockerbuild #29

Closed sgraband closed 2 years ago

sgraband commented 2 years ago

What it does

Added additional Dockerfile in dockerfiles folder. Added docker application. Split the tracecompass-script into download and running it. The server will be downloaded during the docker build without starting it.

Contributed on behalf of STMicroelectronics

How to test

sgraband commented 2 years ago

Updated it and also checked in the workspace for the container. Could you take another look?