moby-engine/docker.sysconfig
Olivier Lemasle b73040075e Move docker-init and docker-proxy to /usr/libexec/docker
Update moby-engine-nano summary to follow guidelines
2019-07-13 21:58:42 +02:00

10 lines
322 B
Text

# /etc/sysconfig/docker
# Modify these options if you want to change the way the docker daemon runs
OPTIONS="--selinux-enabled \
--log-driver=journald \
--live-restore \
--default-ulimit nofile=1024:1024 \
--init-path /usr/libexec/docker/docker-init \
--userland-proxy-path /usr/libexec/docker/docker-proxy \
"