mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Revert "set debug mode on docker daemon"
This reverts commit 52cce5311a
.
This commit is contained in:
parent
12389cd8cc
commit
5dd093656f
@ -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/".*//')"
|
||||||
|
Loading…
Reference in New Issue
Block a user