A variant of 'jwilder/whoami' container.
1.2K
Simple HTTP docker service that prints it's container ID/Hostname and IP
This solution is based on whoami project, developed by ©Jason Wilder.
docker-engine >= 1.0docker run)You can manually run these commands:
$ docker run -d -p 8000:8000 --name whoami -t mgvazquez/whoami
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541
$ curl $(hostname --all-ip-addresses | awk '{print $1}'):8000
I'm cff764675a6c
My IP is 10.1.1.1

Content type
Image
Digest
Size
4 MB
Last updated
over 8 years ago
docker pull mgvazquez/whoami