Blame docker.sysconfig

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