summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/files/docker.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/files/docker.init b/recipes-containers/docker/files/docker.init
index 0aea8d01..b37ddc95 100644
--- a/recipes-containers/docker/files/docker.init
+++ b/recipes-containers/docker/files/docker.init
@@ -28,7 +28,7 @@ exec="/usr/bin/$prog"
28pidfile="/var/run/$prog.pid" 28pidfile="/var/run/$prog.pid"
29lockfile="/var/lock/subsys/$prog" 29lockfile="/var/lock/subsys/$prog"
30logfile="/var/log/$prog" 30logfile="/var/log/$prog"
31other_args="--registry-mirror=http://localhost:5000 --insecure-registry=http://localhost:5000 --raw-logs" 31other_args="--pidfile $pidfile --registry-mirror=http://localhost:5000 --insecure-registry=http://localhost:5000 --raw-logs"
32 32
33[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog 33[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
34 34