moby/docker.sysconfig

8 lines
194 B
Plaintext
Raw Normal View History

2023-03-08 23:16:40 +08:00
# /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 \
"