Troubleshooting the Docker Daemon
2017, Mar 24
I recently had an issue with my docker engine and had to debug in more detail. In order to start the daemon in debug mode edit (or create if missing) /etc/docker/daemon.json
and set {"debug":true}
. More information here - Daemon Configuration File.
This script Check Config is also quite useful, it will tell you whether your distribution meets the requirements for docker.