Sign inSign up

adamgolab/hello-world

By adamgolab

Updated over 7 years ago

Image
0

10K+

adamgolab/hello-world repository overview

Simple http 'hello world' for load balancer testing

Docker Pulls

This image is a simple 'Hello World' in an HTTP server to be used to test load balancers. When receive an request (GET /) this image will return the Hello World.

It shows Hello <WORLD> for every request, so it is possible to customize the response. Useful for checking a load balancer configuration.

Running a simple test

docker run --rm -it -p 8000:80 adamgolab/hello-world

Will result in a single instance running on the provided via env PORT.

Configuration

Environment VariableDefaultDescription
PORT8000Set the Listen Port to access the hello-world container.
WORLDWorldSet the string that will be concatenated to Hello in the response.

Tag summary

Content type

Image

Digest

Size

51.9 MB

Last updated

over 7 years ago

docker pull adamgolab/hello-world