epitech-babel-docker
The images includes all you need to compile your Epitech babel project.
linux: Compile your project from a linux system. (Ubuntu)linux-arm: Compile your project from a linux system. (Ubuntu)windows: Compile your project from a windows system. (Windows 20H2)windows-1809: Compile your project from a windows system. (Windows 1809)This image contains all needed packages, cmake and conan.
From your computer, you can run the following command to compile your project:
docker run -it --rm -v "$PWD:/project" epitech-babel-docker:linux /bin/bash -c "cd /project && bash"
docker run -it --rm -v "$PWD:/c/project" epitech-babel-docker:windows
docker run -it --rm -v "$PWD:/c/project" epitech-babel-docker:windows-1809
cd C:\project && mkdir build && cd build && conan install .. && cmake .. && cmake --build .
Report it on the issues page.
Content type
Image
Digest
Size
275.2 MB
Last updated
over 4 years ago
docker pull ungarscool1/epitech-babel-docker:linux