Merge pull request #103 from vmarmol/fix

Use latest image so we don't download all images
This commit is contained in:
monnand 2014-07-22 17:00:36 -04:00
commit 3e570ce3a5

View File

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