/docker-hello-world

A simple Docker image with an Nginx server showing a custom message, based on tutum/hello-world.

Primary LanguagePHPApache License 2.0Apache-2.0

A simple Nginx configuration running a webserver with a custom message.

It is based on tutum/hello-world.

To run the image:

sudo docker run -p 80 -e MSG='This message will be displayed on the web page' --rm wouterm/helloworld