summaryrefslogtreecommitdiff
path: root/docker.sysconfig
blob: 426ec3ced351e69d89804699a6af2d854572f102 (plain)
1
2
3
4
5
6
7
# /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=1024:1024 \
"