Created
April 9, 2017 11:24
-
-
Save lucj/a7f04a470b5d8d45ee8622bba1a400a1 to your computer and use it in GitHub Desktop.
check-docker-daemon.json
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 -it --pid=host --privileged debian:jessie nsenter -t 1 -m -p -n | |
27d43a83b9f9:/# cat /etc/docker/daemon.json | jq | |
{ | |
"debug": true, | |
"experimental": true, | |
"metrics-addr": "0.0.0.0:9999" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment