diff --git a/README.md b/README.md index 2c7613951d..b0a857acb1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ cAdvisor has native support for [Docker](https://github.com/docker/docker) conta To quickly tryout cAdvisor on your machine with Docker, we have a Docker image that includes everything you need to get started. You can run a single cAdvisor to monitor the whole machine. Simply run: ``` -VERSION=v0.49.1 # use the latest release version from https://github.com/google/cadvisor/releases +VERSION=v0.49.1 # use the latest release version from https://gcr.io/cadvisor/cadvisor sudo docker run \ --volume=/:/rootfs:ro \ --volume=/var/run:/var/run:ro \