Merge pull request #9775 from medyagh/restart_docker_systemd
restart inner docker daemon using systemdpull/9667/head^2
commit
322e138f6b
|
@ -79,6 +79,9 @@ Requires= minikube-automount.service docker.socket
|
|||
|
||||
[Service]
|
||||
Type=notify
|
||||
Restart=on-failure
|
||||
StartLimitBurst=3
|
||||
StartLimitIntervalSec=60
|
||||
`
|
||||
if noPivot {
|
||||
klog.Warning("Using fundamentally insecure --no-pivot option")
|
||||
|
|
|
@ -82,6 +82,9 @@ Requires=docker.socket
|
|||
|
||||
[Service]
|
||||
Type=notify
|
||||
Restart=on-failure
|
||||
StartLimitBurst=3
|
||||
StartLimitIntervalSec=60
|
||||
`
|
||||
if noPivot {
|
||||
klog.Warning("Using fundamentally insecure --no-pivot option")
|
||||
|
|
Loading…
Reference in New Issue