Created
December 30, 2014 08:51
-
-
Save angch/d9c349667a80667505e4 to your computer and use it in GitHub Desktop.
Getting cadvisor up, the easy way (fig up -d)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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