You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Install cAdvisor as one way to monitor your docker containers

https://github.com/google/cadvisor

sudo docker run \
  --volume=/:/rootfs:ro \
  --volume=/var/run:/var/run:rw \
  --volume=/sys:/sys:ro \
  --volume=/var/lib/docker/:/var/lib/docker:ro \
  --volume=/dev/disk/:/dev/disk:ro \
  --publish=8080:8080 \
  --detach=true \
  --name=cadvisor \
  google/cadvisor:latest

see

http://kibana.onap.info:8080/containers/

  • No labels