Docker image to test docker deployments. Runs nginx with a 'Hello World' page listening in port 80.
7.6K
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:

http-hello-world is free software distributed under the terms of the MIT license reproduced here.
Content type
Image
Digest
Size
3.3 MB
Last updated
about 7 years ago
docker pull lmmendes/http-hello-world