Refactor: rebranding (#34)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# whoami
|
||||
|
||||
[](https://hub.docker.com/r/containous/whoami/)
|
||||
[](https://travis-ci.com/containous/whoami)
|
||||
[](https://hub.docker.com/r/traefik/whoami/)
|
||||
[](https://travis-ci.com/traefik/whoami)
|
||||
|
||||
Tiny Go webserver that prints os information and HTTP request to output
|
||||
|
||||
@ -28,7 +28,7 @@ Tiny Go webserver that prints os information and HTTP request to output
|
||||
## Examples
|
||||
|
||||
```console
|
||||
$ docker run -d -P --name iamfoo containous/whoami
|
||||
$ docker run -d -P --name iamfoo traefik/whoami
|
||||
|
||||
$ docker inspect --format '{{ .NetworkSettings.Ports }}' iamfoo
|
||||
map[80/tcp:[{0.0.0.0 32769}]]
|
||||
@ -66,5 +66,5 @@ $ curl -v http://localhost:80/health
|
||||
```
|
||||
|
||||
```console
|
||||
docker run -d -P -v ./certs:/certs --name iamfoo containous/whoami --cert /certs/cert.cer --key /certs/key.key
|
||||
docker run -d -P -v ./certs:/certs --name iamfoo traefik/whoami --cert /certs/cert.cer --key /certs/key.key
|
||||
```
|
||||
|
Reference in New Issue
Block a user