Revert "set debug mode on docker daemon"

This reverts commit 52cce5311a.
This commit is contained in:
Justin Cormack 2016-02-24 16:18:47 +00:00
parent 12389cd8cc
commit 5dd093656f

View File

@ -10,9 +10,6 @@ pidfile="/run/docker.pid"
# future change this to use a hypervisor socket. # future change this to use a hypervisor socket.
DOCKER_OPTS="${DOCKER_OPTS} -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock" DOCKER_OPTS="${DOCKER_OPTS} -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock"
# set debug mode
DOCKER_OPTS="${DOCKER_OPTS} --debug"
if cat /proc/cmdline | grep -q 'com.docker.driverDir' if cat /proc/cmdline | grep -q 'com.docker.driverDir'
then then
DRIVER="$(cat /proc/cmdline | sed -e 's/.*com.docker.driverDir="//' -e 's/".*//')" DRIVER="$(cat /proc/cmdline | sed -e 's/.*com.docker.driverDir="//' -e 's/".*//')"