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.
 
 
 
Go to file
Jason Wilder d348bbbdea
Add CoreOS unit file
10 years ago
.gitignore Initial commit 10 years ago
Dockerfile Upgrade bash 10 years ago
LICENSE Initial commit 10 years ago
README.md Sample usage 10 years ago
http.go Add whoami service 10 years ago
whoami@.service Add CoreOS unit file 10 years ago

README.md

whoami

Simple HTTP docker service that prints it's container ID

$ docker run -d -p 8080:8080 --name whoami -t jwilder/whoami
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541

$ curl $(hostname --all-ip-addresses | awk '{print $1}'):8080
I'm 736ab83847bb