Skip to content

Instantly share code, notes, and snippets.

@lucj
Created April 9, 2017 11:24
Show Gist options
  • Save lucj/a7f04a470b5d8d45ee8622bba1a400a1 to your computer and use it in GitHub Desktop.
Save lucj/a7f04a470b5d8d45ee8622bba1a400a1 to your computer and use it in GitHub Desktop.
check-docker-daemon.json
$ 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