Skip to content

Latest commit

 

History

History

.template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Docker image template

This template should be used to create a new image.

  1. Copy this template directory
  2. Give your new image a meaningful name.
  3. Append your new image to the image list in ../README.md
  4. Edit this README
    • Change title!
  5. Continue editing in v1/README.md

Features

  • provides template for docker image

Makefile

  • make help
    • show Makefile options
  • make all
    • build all versions
  • make build
    • build all versions
  • make clean
    • delete volumes of all versions
  • make distclean
    • delete images of all version

Versions

  • v1
    • initial version