Skip to content

Instantly share code, notes, and snippets.

@wgebis
Created September 18, 2018 07:08
Show Gist options
  • Save wgebis/1cfbbd3e44adb3eaf07996ed0b2f394f to your computer and use it in GitHub Desktop.
Save wgebis/1cfbbd3e44adb3eaf07996ed0b2f394f to your computer and use it in GitHub Desktop.
docker run \
--volume=/:/rootfs:ro \
--volume=/var/run:/var/run:ro \
--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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment