A simple HTTP service that responds with its hostname and IP addresses
203
This is an up to date clone of pbitty/hello-from
hello-from
hello-from is a simple HTTP service that responds with its hostname and the non-loopback IPv4 addresses of its environment. Its main use is for demoing load-balancing applications, like Kubernetes Services.
Example:
$ docker run -ti -p 80:80 -d --name=hello-from xazziri/hello-from:latest
$ curl http://172.17.0.3 I am 26d409f6b9f2 (172.17.0.3:80) You are (172.17.0.1:59142)
Content type
Image
Digest
sha256:4957d8904…
Size
8.1 MB
Last updated
2 months ago
docker pull xazziri/hello-from