diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-22 20:01:14 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 22:09:49 -0300 |
| commit | 24924763d56dd80da5430746a238868ab6cc20d5 (patch) | |
| tree | f285d68a2ff515397283432d0ba5fb4306c9741a /community/docker/docker.confd | |
| parent | 4763e20f8ca52d617411acba3fd766528cd03aad (diff) | |
| download | aports-24924763d56dd80da5430746a238868ab6cc20d5.tar.bz2 aports-24924763d56dd80da5430746a238868ab6cc20d5.tar.xz | |
community/docker: transition to supervise-daemon
Diffstat (limited to 'community/docker/docker.confd')
| -rw-r--r-- | community/docker/docker.confd | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/community/docker/docker.confd b/community/docker/docker.confd new file mode 100644 index 0000000000..f96e611291 --- /dev/null +++ b/community/docker/docker.confd @@ -0,0 +1,26 @@ +# /etc/conf.d/docker: config file for /etc/init.d/docker + +# 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" + +# 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" + +# Settings for process limits (ulimit) +#DOCKER_ULIMIT="-c unlimited -n 1048576 -u unlimited" + +# seconds to wait for sending SIGTERM and SIGKILL signals when stopping docker +#DOCKER_RETRY="TERM/60/KILL/10" + +# where the docker daemon itself is run from +#DOCKERD_BINARY="/usr/bin/dockerd" + +# any other random options you want to pass to docker +DOCKER_OPTS="" |
