Created
July 18, 2017 15:39
-
-
Save paulbrodner/b91a349b09c6cb84cca35511fa9316e0 to your computer and use it in GitHub Desktop.
docker-supervisor
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
| sudo docker run \ | |
| --volume=/:/rootfs:ro \ | |
| --volume=/var/run:/var/run:rw \ | |
| --volume=/sys:/sys:ro \ | |
| --volume=/var/lib/docker/:/var/lib/docker: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