Skip to content

Instantly share code, notes, and snippets.

@leonlee
Created October 28, 2015 21:51
Show Gist options
  • Save leonlee/2f8084e1e85486f5e8da to your computer and use it in GitHub Desktop.
Save leonlee/2f8084e1e85486f5e8da to your computer and use it in GitHub Desktop.
sudo docker run \
--volume=/:/rootfs:ro \
--volume=/var/run:/var/run:rw \
--volume=/sys:/sys:ro \
--volume=/var/lib/docker/:/var/lib/docker:ro \
--publish=9007:8080 \
--detach=true \
--name=cadvisor \
google/cadvisor:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment