Use the Docker CLI to pull this image
The images are uploaded to Docker Hub -- https://hub.docker.com/r/nginxdemos/hello/.
How to run:
$ docker run -P -d nginxdemos/hello
A plain text version of the image is available as nginxdemos/hello:plain-text
. This version returns the same information in the plain text format.
The images were created to be used as simple backends for various load balancing demos.