diff options
Diffstat (limited to 'docker.sysconfig')
-rw-r--r-- | docker.sysconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docker.sysconfig b/docker.sysconfig new file mode 100644 index 0000000..426ec3c --- /dev/null +++ b/docker.sysconfig @@ -0,0 +1,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 \ +" |