From 4b683b249897bb7f02d46dc3ce6f0d8b85e03537 Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Tue, 22 Jul 2014 13:55:57 -0700 Subject: [PATCH] Use latest image so we don't download all images --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e4e65a8..003c1f11 100644 --- a/README.md +++ b/README.md @@ -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.