File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ sudo docker run \
21
21
--name=cadvisor \
22
22
--privileged \
23
23
--device=/dev/kmsg \
24
- gcr.io/google-containers /cadvisor:$VERSION
24
+ gcr.io/cadvisor /cadvisor:$VERSION
25
25
```
26
26
27
27
cAdvisor is now running (in the background) on ` http://localhost:8080 ` . The setup includes directories with Docker state cAdvisor needs to observe.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ sudo docker run \
14
14
--publish=8080:8080 \
15
15
--detach=true \
16
16
--name=cadvisor \
17
- google /cadvisor:$VERSION
17
+ gcr.io/cadvisor /cadvisor:$VERSION
18
18
```
19
19
20
20
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.
44
44
--device=/dev/kmsg \
45
45
--security-opt seccomp=default.json \
46
46
--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
48
48
```
49
49
50
50
## Latest Canary
You can’t perform that action at this time.
0 commit comments