Changing quickstart image to google/cadvisor

This commit is contained in:
Victor Marmol 2014-06-10 10:09:46 -07:00
parent 95df5e478e
commit 39b09aaf0e

View File

@ -15,8 +15,8 @@ sudo docker run \
-v /var/run:/var/run:rw \ -v /var/run:/var/run:rw \
-v /sys/fs/cgroup/:/sys/fs/cgroup:ro \ -v /sys/fs/cgroup/:/sys/fs/cgroup:ro \
-v /var/lib/docker/:/var/lib/docker:ro \ -v /var/lib/docker/:/var/lib/docker:ro \
-p 0.0.0.0:5000:5000 \ -p 0.0.0.0:8080:8080 \
monnand/cadvisor /usr/bin/cadvisor google/cadvisor
``` ```
cAdvisor is now running (in the foreground) on `http://localhost:8080`. The setup includes directories with Docker state cAdvisor needs to observe. cAdvisor is now running (in the foreground) on `http://localhost:8080`. The setup includes directories with Docker state cAdvisor needs to observe.