Skip to content

ravi-chandran/dockerize-tutorial

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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