Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 454 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 454 Bytes

Development box setup for testing and running .go or .py app code built using Dockerfiles.

Build Instructions:

  1. cd ~/mydevbox/
  2. docker build -t askb/devbox:1.0 .

Start the container:

  1. 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