Skip to content

Instantly share code, notes, and snippets.

@otwm
Created September 29, 2016 06:14
Show Gist options
  • Select an option

  • Save otwm/f137c836bf8f615eb5868695462adb47 to your computer and use it in GitHub Desktop.

Select an option

Save otwm/f137c836bf8f615eb5868695462adb47 to your computer and use it in GitHub Desktop.
docker run \
--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