Fixed the container name (#8)
* Fixed the container name * whoamI -> whoami
This commit is contained in:
committed by
Emile Vauge
parent
c039b48727
commit
585d48ff07
@ -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"
|
||||
|
Reference in New Issue
Block a user