summaryrefslogtreecommitdiff
path: root/docker.sysconfig
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-09-12 04:52:22 +0000
committerCoprDistGit <infra@openeuler.org>2024-09-12 04:52:22 +0000
commit855fbc6d18199af89ff5f930255ce2932c4184eb (patch)
tree566d6b6db68d011cc4f140ca96e121f57ac9d7ee /docker.sysconfig
parentf779b1024cb29a57bfbde65747462e0210019be7 (diff)
automatic import of docker
Diffstat (limited to 'docker.sysconfig')
-rw-r--r--docker.sysconfig7
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 \
+"