Minimal docker image to test docker deployments. [View in Docker Hub.]
Runs nginx on top of Alpine with a 'Hello World' page listening in port 80.
All logging messages are sent to stdout.
docker run -d --name hello-world -p 8080:80 lmmendes/http-hello-world
Going to http://localhost:8080 [use the defined port] should see the following:
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don't break it in a future version unintentionally.
- Send me a pull request. Bonus points for topic branches.
http-hello-world is free software distributed under the terms of the MIT license reproduced here.