Skip to content

Instantly share code, notes, and snippets.

@rubyon
Created March 29, 2017 11:58
Show Gist options
  • Save rubyon/dd4872487cdcbb600d5732733683a01f to your computer and use it in GitHub Desktop.
Save rubyon/dd4872487cdcbb600d5732733683a01f to your computer and use it in GitHub Desktop.
sudo docker run \
--restart=always \
--volume=/:/rootfs:ro \
--volume=/var/run:/var/run:rw \
--volume=/sys:/sys:ro \
--volume=/var/lib/docker/:/var/lib/docker:ro \
--publish=8080: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