Use latest image so we don't download all images
This commit is contained in:
parent
03def6fff0
commit
4b683b2498
@ -17,7 +17,7 @@ sudo docker run \
|
|||||||
--volume=/var/lib/docker/:/var/lib/docker:ro \
|
--volume=/var/lib/docker/:/var/lib/docker:ro \
|
||||||
--publish=8080:8080 \
|
--publish=8080:8080 \
|
||||||
--detach=true \
|
--detach=true \
|
||||||
google/cadvisor
|
google/cadvisor:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
cAdvisor is now running (in the background) on `http://localhost:8080`. The setup includes directories with Docker state cAdvisor needs to observe.
|
cAdvisor is now running (in the background) on `http://localhost:8080`. The setup includes directories with Docker state cAdvisor needs to observe.
|
||||||
|
Loading…
Reference in New Issue
Block a user