Skip to content

ravi-chandran/dockerize-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:v1

Invoking swbuilder:v1 On The Trivial Project

cd dockerize-tutorial
./build.sh ~/repos/dockerize-tutorial/example_workdir

Getting To A Shell Inside The Container

cd dockerize-tutorial
./shell.sh ~/repos/dockerize-tutorial/example_workdir

About

Example of how to dockerize a software build system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published