You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-whoami/README.md

11 lines
299 B

10 years ago
whoami
======
Simple HTTP docker service that prints it's container ID
10 years ago
8 years ago
$ docker run -d -p 8000:8000 --name whoami -t jwilder/whoami
10 years ago
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541
8 years ago
$ curl $(hostname --all-ip-addresses | awk '{print $1}'):8000
10 years ago
I'm 736ab83847bb