Each time you would like to start something new and if its docker related
- Create a new directory
- Place all the code that is related to that image in that directory
Example: hugo
git clone git@github.com:don-oreta/docker.git cd docker mkdir hugo cd hugo Place all your code under this directory
- run this image