Fix deprecated image reference in readme

Dockerhub repository has a deprecation notice.

Signed-off-by: Roman Mazur <roman@balena.io>
This commit is contained in:
Roman Mazur 2019-12-05 10:53:50 +02:00
parent d0f2717c77
commit e0546b0919
No known key found for this signature in database
GPG Key ID: 9459886EFE6EE2F6

View File

@ -20,7 +20,7 @@ sudo docker run \
--publish=8080:8080 \
--detach=true \
--name=cadvisor \
google/cadvisor:latest
gcr.io/google-containers/cadvisor:latest
```
cAdvisor is now running (in the background) on `http://localhost:8080`. The setup includes directories with Docker state cAdvisor needs to observe.