html-demo
Example Webseite for testing purposes
Build the docker image
$ docker build -t janloeffler/html-demo:0.1 .
Check that our docker image works
$ docker run -p 80:80 -it janloeffler/html-demo:0.1
Visit http://localhost/! Stop your server with Ctrl+C.
Upload docker image to registry
$ docker push janloeffler/html-demo:0.1