Sign inSign up

bobrik/mesos-where-am-i

By bobrik

Updated almost 11 years ago

Image
1

1.6K

bobrik/mesos-where-am-i repository overview

Where am I on Mesos?

This docker container responds with HOST and PORT environment variables and HTTP path to every HTTP request. It is only useful for demos and debugging.

Running without Mesos:

docker run --rm -it --net host -e HOST=127.0.0.1 -e PORT=9999 bobrik/mesos-where-am-i

Then check:

$ curl http://127.0.0.1:9999/aaa
Hello, "/aaa" from 127.0.0.1:9999

Tag summary

Content type

Image

Digest

sha256:a7b536c12

Size

4.3 MB

Last updated

almost 11 years ago

docker pull bobrik/mesos-where-am-i