Created
April 6, 2019 10:09
-
-
Save kaznishi/d04850aae23be39f4b529d819da6b4f3 to your computer and use it in GitHub Desktop.
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
version: '3' | |
services: | |
cadvisor: | |
image: google/cadvisor:latest | |
ports: | |
- 8080:8080 | |
volumes: | |
- /:/rootfs:ro | |
- /var/run:/var/run:rw | |
- /sys:/sys:ro | |
- /var/lib/docker/:/var/lib/docker:ro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment