diff options
author | CoprDistGit <infra@openeuler.org> | 2024-09-12 04:52:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-09-12 04:52:22 +0000 |
commit | 855fbc6d18199af89ff5f930255ce2932c4184eb (patch) | |
tree | 566d6b6db68d011cc4f140ca96e121f57ac9d7ee /docker.sysconfig | |
parent | f779b1024cb29a57bfbde65747462e0210019be7 (diff) |
automatic import of docker
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 \ +" |