Dockerize A Software Build System
Please refer to the tutorial here
One-Time Setup
cd dockerize-tutorial/swbuilder/
./build_docker_image.sh
docker image ls # resulting image will be swbuilder:v1Invoking swbuilder:v1 On The Trivial Project
cd dockerize-tutorial
./build.sh ~/repos/dockerize-tutorial/example_workdirGetting To A Shell Inside The Container
cd dockerize-tutorial
./shell.sh ~/repos/dockerize-tutorial/example_workdir