This template should be used to create a new docker image version.
- Copy this template directory
- Give your new image a meaningful name.
- Append your new version to the version list in ../README.md
- Edit this README
- Change title & version!
- Edit the Dockerfile
- Edit the Makefile
- installs
software one
- installs
software two
make help
- show Makefile options
make all
- build image & run container
make build
- build image
make run
- run container
make clean
- delete volumes
make distclean
- delete image
FOO
- modifies something
BAR
- modifies something else
See the Dockerfile or Makefile for more information