Skip to content

Instantly share code, notes, and snippets.

@angch
Created December 30, 2014 08:51
Show Gist options
  • Save angch/d9c349667a80667505e4 to your computer and use it in GitHub Desktop.
Save angch/d9c349667a80667505e4 to your computer and use it in GitHub Desktop.
Getting cadvisor up, the easy way (fig up -d)
web:
image: google/cadvisor:latest
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
- /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro
ports:
- 8888:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment