同步操作将从 src-openEuler/docker 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From 67f1bfcb1df53fcfc044927eda37f0f8b45498dc Mon Sep 17 00:00:00 2001From: lujingxiao <lujingxiao@huawei.com>Date: 2019年1月21日 22:25:42 +0800Subject: [PATCH 073/111] service: update docker.service with oldrevisionreason: use docker.service as the same one used in Euleros docker1.11.2 and 17.06Change-Id: I3deb3f3a24d837c98e535550545fd49ea0822629Signed-off-by: lujingxiao <lujingxiao@huawei.com>---.../contrib/init/systemd/docker.service | 28 ++++++++-----------1 file changed, 11 insertions(+), 17 deletions(-)diff --git a/components/engine/contrib/init/systemd/docker.service b/components/engine/contrib/init/systemd/docker.serviceindex 517463172b..26c0fe648b 100644--- a/components/engine/contrib/init/systemd/docker.service+++ b/components/engine/contrib/init/systemd/docker.service@@ -1,34 +1,28 @@[Unit]Description=Docker Application Container EngineDocumentation=https://docs.docker.com-After=network-online.target docker.socket firewalld.service+After=network-online.target firewalld.serviceWants=network-online.target-Requires=docker.socket[Service]Type=notify-# the default is not to use systemd for cgroups because the delegate issues still-# exists and systemd currently does not support the cgroup feature set required-# for containers run by docker-ExecStart=/usr/bin/dockerd -H fd://+EnvironmentFile=-/etc/sysconfig/docker+EnvironmentFile=-/etc/sysconfig/docker-storage+EnvironmentFile=-/etc/sysconfig/docker-network+Environment=GOTRACEBACK=crash++ExecStart=/usr/bin/dockerd $OPTIONS \+ $DOCKER_STORAGE_OPTIONS \+ $DOCKER_NETWORK_OPTIONS \+ $INSECURE_REGISTRYExecReload=/bin/kill -s HUP $MAINPIDLimitNOFILE=1048576-# Having non-zero Limit*s causes performance problems due to accounting overhead-# in the kernel. We recommend using cgroups to do container-local accounting.-LimitNPROC=infinity+LimitNPROC=1048576LimitCORE=infinity-# Uncomment TasksMax if your systemd version supports it.-# Only systemd 226 and above support this version.-#TasksMax=infinity-TimeoutStartSec=0# set delegate yes so that systemd does not reset the cgroups of docker containersDelegate=yes# kill only the docker process, not all processes in the cgroupKillMode=process-# restart the docker process if it exits prematurely-Restart=on-failure-StartLimitBurst=3-StartLimitInterval=60s[Install]WantedBy=multi-user.target--2.17.1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。