From e0546b091942525d82b3ea0bd43031bf086dc46e Mon Sep 17 00:00:00 2001 From: Roman Mazur Date: Thu, 5 Dec 2019 10:53:50 +0200 Subject: [PATCH] Fix deprecated image reference in readme Dockerhub repository has a deprecation notice. Signed-off-by: Roman Mazur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd41db8c..2aa99f4e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ sudo docker run \ --publish=8080:8080 \ --detach=true \ --name=cadvisor \ - google/cadvisor:latest + gcr.io/google-containers/cadvisor:latest ``` cAdvisor is now running (in the background) on `http://localhost:8080`. The setup includes directories with Docker state cAdvisor needs to observe.