github.com/hms58/moby@v1.13.1/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  #DOCKERD_BINARY="/usr/bin/dockerd"
    11  
    12  # any other random options you want to pass to docker
    13  DOCKER_OPTS=""