Skip to content

Commit

Permalink
Merge pull request #2590 from dhoppe/dhoppe-patch-1
Browse files Browse the repository at this point in the history
Use current Docker registry
  • Loading branch information
dashpole authored Aug 13, 2020
2 parents 90f391f + 70aab96 commit dfe2477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo docker run \
--name=cadvisor \
--privileged \
--device=/dev/kmsg \
gcr.io/google-containers/cadvisor:$VERSION
gcr.io/cadvisor/cadvisor:$VERSION
```

cAdvisor is now running (in the background) on `http://localhost:8080`. The setup includes directories with Docker state cAdvisor needs to observe.
Expand Down
4 changes: 2 additions & 2 deletions docs/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sudo docker run \
--publish=8080:8080 \
--detach=true \
--name=cadvisor \
google/cadvisor:$VERSION
gcr.io/cadvisor/cadvisor:$VERSION
```

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

## Latest Canary
Expand Down

0 comments on commit dfe2477

Please sign in to comment.