Simple docker image that servers a static web page with a countdown timer.
-
To build the image, run
docker build . -t docker-timer -
To run the container, run
docker run -p 8080:80 docker-timer -
Open in your browser
http://127.0.0.1:8080/to view the timer