This image was built for demonstration purposes for the sydney docker meetup. This image creates containers that serve a static html page that displays "whoami" details - the containers image tag version, the IP address and the hostname.
The tag-and-release.sh script is useful for generating images that correctly display running container details.
-
debianbase:
- in the
basefolder, rundocker build -t debianbase .
- in the
-
whoami:
- in the root project folder, run
tag-and-release.shand supply a string to represent the tag version
- in the root project folder, run