Alpine-based Docker minimal image to build C/C++ projects with cmake and gcc 5
10K+
The C++ images are based on Ubuntu Linux, using different compilers:
At the moment, only gcc is offered for Alpine Linux.
All the images can be run as follows:
docker run -v /path/to/folder/with/CMakeLists/:/project [image_name]
and it will create a subfolder called build/ where all the CMake-generated files will be stored and then it will perform the following commands:
cmake ..
cmake --build .
to compile your project.
The following images are available:
Alpine-based Docker minimal image to build C/C++ projects with cmake and gcc 6
Ubuntu-based Docker image to build C/C++ projects with cmake and gcc 6
Ubuntu-based Docker image to build C/C++ projects with cmake and MinGW 5 and target Windows platform
Ubuntu-based Docker image to build C/C++ projects with cmake and clang 3.9
Content type
Image
Digest
Size
60.8 MB
Last updated
almost 6 years ago
docker pull madduci/docker-alpine-cpp