Skip to content

Commit 70aab96

Browse files
committed
Use current Docker registry
1 parent 68ab079 commit 70aab96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sudo docker run \
2121
--name=cadvisor \
2222
--privileged \
2323
--device=/dev/kmsg \
24-
gcr.io/google-containers/cadvisor:$VERSION
24+
gcr.io/cadvisor/cadvisor:$VERSION
2525
```
2626

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

docs/running.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo docker run \
1414
--publish=8080:8080 \
1515
--detach=true \
1616
--name=cadvisor \
17-
google/cadvisor:$VERSION
17+
gcr.io/cadvisor/cadvisor:$VERSION
1818
```
1919

2020
cAdvisor is now running (in the background) on `http://localhost:8080/`. The setup includes directories with Docker state cAdvisor needs to observe.
@@ -44,7 +44,7 @@ otherwise cAdvisor can not connect to docker daemon.
4444
--device=/dev/kmsg \
4545
--security-opt seccomp=default.json \
4646
--name=cadvisor \
47-
cadvisor:<tag> -perf_events_config=/etc/configs/perf/perf.json
47+
gcr.io/cadvisor/cadvisor:<tag> -perf_events_config=/etc/configs/perf/perf.json
4848
```
4949

5050
## Latest Canary

0 commit comments

Comments
 (0)