diff --git a/daemon.json b/daemon.json index 0aaebca..f007534 100644 --- a/daemon.json +++ b/daemon.json @@ -1,5 +1,7 @@ { "experimental": true, + "debug": true, + "log-level": "info", "graph": "/graph", "insecure-registries": ["127.0.0.1"], "hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"],