Add badge

This commit is contained in:
Ludovic Fernandez
2018-10-18 00:27:48 +02:00
committed by GitHub
parent 0160af70f9
commit 2305eab132

View File

@ -1,8 +1,10 @@
# whoami # whoami
[![Docker Pulls](https://img.shields.io/docker/pulls/containous/whoami.svg)](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}]]