diff options
author | CoprDistGit <infra@openeuler.org> | 2024-09-12 04:05:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-09-12 04:05:48 +0000 |
commit | cec226cb1761702b9a757828afb35cfd2af280dd (patch) | |
tree | b6f49ff76d9b3315d7b3ae7badc0b650f7c2295d /docker.sysconfig | |
parent | 5086e38cf9776f1c36fb02dcaee52c90d96f46ef (diff) |
automatic import of dockeropeneuler24.03_LTSopeneuler22.03_LTS_SP4openeuler22.03_LTS_SP3openeuler20.03
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 \ +" |