Created
September 18, 2018 07:08
-
-
Save wgebis/1cfbbd3e44adb3eaf07996ed0b2f394f 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
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