From 39b09aaf0e1b7d89b4da7df24b4992b0df9fbeca Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Tue, 10 Jun 2014 10:09:46 -0700 Subject: [PATCH] Changing quickstart image to google/cadvisor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcd32116..83fa07ec 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ sudo docker run \ -v /var/run:/var/run:rw \ -v /sys/fs/cgroup/:/sys/fs/cgroup:ro \ -v /var/lib/docker/:/var/lib/docker:ro \ - -p 0.0.0.0:5000:5000 \ - monnand/cadvisor /usr/bin/cadvisor + -p 0.0.0.0:8080:8080 \ + google/cadvisor ``` cAdvisor is now running (in the foreground) on `http://localhost:8080`. The setup includes directories with Docker state cAdvisor needs to observe.