A very simple docker containerizing test.
Based on nginx image.
Publish one static page just to show app content is available.
DockerHub: iaarnio/dockertest
The docker build has been automated. Every commit to GitHub will automatically rebuild the public DockerHub image.
On your docker host environment:
docker pull iaarnio/dockertest
docker run -d -p 80:80 --name dockertest iaarnio/dockertest