# /etc/sysconfig/docker

# Modify these options if you want to change the way the docker daemon runs
OPTIONS=" \
  --log-driver=journald \
  --live-restore \
  --default-ulimit nofile=4096:4096 \
"
