Merge pull request #9775 from medyagh/restart_docker_systemd

restart inner docker daemon using systemd
pull/9667/head^2
Medya Ghazizadeh 2020-11-25 17:59:49 -08:00 committed by GitHub
commit 322e138f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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")

View File

@ -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")