Files
main/hardware/virtualization/docker/files/docker.confd
T
2015-07-20 21:58:40 +03:00

14 lines
357 B
Plaintext

# /etc/conf.d/docker: config file for /etc/init.d/docker
# where the docker daemon output gets piped
DOCKER_LOGFILE="/var/log/docker.log"
# where docker's pid get stored
DOCKER_PIDFILE="/var/run/docker.pid"
# where the docker daemon itself is run from
DOCKER_BINARY="/usr/bin/docker"
# any other random options you want to pass to docker
DOCKER_OPTS=""