|
@@ -1,8 +1,18 @@
|
|
# /etc/conf.d/docker: config file for /etc/init.d/docker
|
|
# /etc/conf.d/docker: config file for /etc/init.d/docker
|
|
|
|
|
|
# where the docker daemon output gets piped
|
|
# where the docker daemon output gets piped
|
|
|
|
+# this contains both stdout and stderr. If you need to separate them,
|
|
|
|
+# see the settings below
|
|
#DOCKER_LOGFILE="/var/log/docker.log"
|
|
#DOCKER_LOGFILE="/var/log/docker.log"
|
|
|
|
|
|
|
|
+# where the docker daemon stdout gets piped
|
|
|
|
+# if this is not set, DOCKER_LOGFILE is used
|
|
|
|
+#DOCKER_OUTFILE="/var/log/docker-out.log"
|
|
|
|
+
|
|
|
|
+# where the docker daemon stderr gets piped
|
|
|
|
+# if this is not set, DOCKER_LOGFILE is used
|
|
|
|
+#DOCKER_ERRFILE="/var/log/docker-err.log"
|
|
|
|
+
|
|
# where docker's pid get stored
|
|
# where docker's pid get stored
|
|
#DOCKER_PIDFILE="/run/docker.pid"
|
|
#DOCKER_PIDFILE="/run/docker.pid"
|
|
|
|
|