Add badge
This commit is contained in:
committed by
GitHub
parent
0160af70f9
commit
2305eab132
@ -1,8 +1,10 @@
|
|||||||
# whoami
|
# whoami
|
||||||
|
|
||||||
|
[](https://hub.docker.com/r/containous/whoami/)
|
||||||
|
|
||||||
Tiny Go webserver that prints os information and HTTP request to output
|
Tiny Go webserver that prints os information and HTTP request to output
|
||||||
|
|
||||||
```sh
|
```console
|
||||||
$ docker run -d -P --name iamfoo containous/whoami
|
$ docker run -d -P --name iamfoo containous/whoami
|
||||||
$ docker inspect --format '{{ .NetworkSettings.Ports }}' iamfoo
|
$ docker inspect --format '{{ .NetworkSettings.Ports }}' iamfoo
|
||||||
map[80/tcp:[{0.0.0.0 32769}]]
|
map[80/tcp:[{0.0.0.0 32769}]]
|
||||||
|
Reference in New Issue
Block a user