提交 9637c1fd 编写于 作者: M Medya Gh

restart inner docker daemon using systemd

上级 3ca52366
......@@ -76,8 +76,12 @@ Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target minikube-automount.service docker.socket
Requires= minikube-automount.service docker.socket
StartLimitBurst=5
StartLimitIntervalSec=60
[Service]
Restart=always
RestartSec=1
Type=notify
`
if noPivot {
......
......@@ -79,8 +79,12 @@ BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=5
StartLimitIntervalSec=60
[Service]
Restart=always
RestartSec=1
Type=notify
`
if noPivot {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册