From 1e99b048b39ee34b0ac52c720d9af767d74e079e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Carneiro?= Date: Tue, 23 Sep 2025 11:18:37 +0200 Subject: [PATCH] latest releases from github are not immediately available in the registry If you attempt to follow the instructions and the latest release on GitHub is not available in the registry, you will receive an error. It is best to instruct the user to look directly at the registry instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \