Skip to content

Instantly share code, notes, and snippets.

@kaznishi
Created April 6, 2019 10:09
Show Gist options
  • Save kaznishi/d04850aae23be39f4b529d819da6b4f3 to your computer and use it in GitHub Desktop.
Save kaznishi/d04850aae23be39f4b529d819da6b4f3 to your computer and use it in GitHub Desktop.
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