2013-10-15 09:37:18 -06:00
|
|
|
# /etc/conf.d/docker: config file for /etc/init.d/docker
|
|
|
|
|
|
|
|
# where the docker daemon output gets piped
|
2017-02-23 17:07:26 -06:00
|
|
|
# this contains both stdout and stderr. If you need to separate them,
|
|
|
|
# see the settings below
|
2013-10-15 09:37:18 -06:00
|
|
|
#DOCKER_LOGFILE="/var/log/docker.log"
|
|
|
|
|
2017-02-23 17:07:26 -06:00
|
|
|
# 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"
|
|
|
|
|
2013-10-15 09:37:18 -06:00
|
|
|
# where docker's pid get stored
|
|
|
|
#DOCKER_PIDFILE="/run/docker.pid"
|
|
|
|
|
|
|
|
# where the docker daemon itself is run from
|
2016-04-24 14:27:19 +02:00
|
|
|
#DOCKERD_BINARY="/usr/bin/dockerd"
|
2013-10-15 09:37:18 -06:00
|
|
|
|
|
|
|
# any other random options you want to pass to docker
|
|
|
|
DOCKER_OPTS=""
|