Merge pull request #2352 from roman-mazur/roman/readme

Fix deprecated image reference in readme
This commit is contained in:
David Ashpole 2019-12-05 10:45:43 -08:00 committed by GitHub
commit 35004abf39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.