Skip to content

Commit e82f57a

Browse files
committed
Update README.md Docker image reference
Bump image version to 0.53.0 and update container registry to ghcr.io
1 parent 5adb1c3 commit e82f57a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cAdvisor has native support for [Docker](https://github.com/docker/docker) conta
1111
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:
1212

1313
```
14-
VERSION=v0.49.1 # use the latest release version from https://github.com/google/cadvisor/releases
14+
VERSION=v0.53.0 # use the latest release version from https://github.com/google/cadvisor/releases
1515
sudo docker run \
1616
--volume=/:/rootfs:ro \
1717
--volume=/var/run:/var/run:ro \
@@ -23,7 +23,7 @@ sudo docker run \
2323
--name=cadvisor \
2424
--privileged \
2525
--device=/dev/kmsg \
26-
gcr.io/cadvisor/cadvisor:$VERSION
26+
ghcr.io/google/cadvisor:$VERSION # for versions prior to v0.53.0, use gcr.io/cadvisor/cadvisor instead
2727
```
2828

2929
cAdvisor is now running (in the background) on `http://localhost:8080`. The setup includes directories with Docker state cAdvisor needs to observe.

0 commit comments

Comments
 (0)