Fixed the container name (#8)

* Fixed the container name
* whoamI -> whoami
This commit is contained in:
Gérald Croës
2018-08-06 17:05:34 +02:00
committed by Emile Vauge
parent c039b48727
commit 585d48ff07
5 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
# whoamI
# whoami
Tiny Go webserver that prints os information and HTTP request to output
```sh
$ docker run -d -P --name iamfoo emilevauge/whoami
$ docker run -d -P --name iamfoo containous/whoami
$ docker inspect --format '{{ .NetworkSettings.Ports }}' iamfoo
map[80/tcp:[{0.0.0.0 32769}]]
$ curl "http://0.0.0.0:32769"