Forked from https://github.com/StefanScherer/whoami.git
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.
Stefan Scherer
4a0d07dc42
|
8 years ago | |
---|---|---|
.gitignore | 8 years ago | |
Dockerfile | 8 years ago | |
Dockerfile.build | 8 years ago | |
LICENSE | 10 years ago | |
README.md | 8 years ago | |
build.sh | 8 years ago | |
http.go | 10 years ago | |
whoami@.service | 10 years ago |
README.md
whoami for Windows
Simple HTTP docker service that prints it's container ID
$ docker run -d -p 8000:8000 --name whoami -t stefanscherer/whoami-windows
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541
$ iwr http://$(docker inspect -f '{{ .NetworkSettings.Networks.nat.IPAddress }}' whoami):8000
I'm 736ab83847bb