Build Instructions:
- cd ~/mydevbox/
- docker build -t askb/devbox:1.0 .
Start the container:
- docker run -it --name devbox --privileged --rm
-v /var/run/docker.sock:/var/run/docker.sock \ -v /home/abelur/git/docker-fork:/go/src/github.com/docker/docker \ -e BOX_NAME=devbox askb/devbox:1.0