Wouter-M / docker-hello-world

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:PHP 100.0%