Use latest image so we don't download all images

This commit is contained in:
Victor Marmol 2014-07-22 13:55:57 -07:00
parent 03def6fff0
commit 4b683b2498

View File

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