Skip to content

Instantly share code, notes, and snippets.

@mlaventure
Created March 16, 2017 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlaventure/08c12457d69f5346ce89bd4d9893c743 to your computer and use it in GitHub Desktop.
Save mlaventure/08c12457d69f5346ce89bd4d9893c743 to your computer and use it in GitHub Desktop.
Activate debug mode in running docker daemon
  1. Update /etc/docker/daemon.json to add "debug": true. E.g.:
{
  "debug": true
}
  1. Reload the daemon configuration: kill -HUP $(cat /run/docker.pid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment