github.com/jandre/docker@v1.7.0/contrib/init/openrc/docker.confd (about) 1 # /etc/conf.d/docker: config file for /etc/init.d/docker 2 3 # where the docker daemon output gets piped 4 #DOCKER_LOGFILE="/var/log/docker.log" 5 6 # where docker's pid get stored 7 #DOCKER_PIDFILE="/run/docker.pid" 8 9 # where the docker daemon itself is run from 10 #DOCKER_BINARY="/usr/bin/docker" 11 12 # any other random options you want to pass to docker 13 DOCKER_OPTS=""