mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 13:38:00 +00:00
Merge pull request #376 from justincormack/slowershutdown
Allow longer for Docker to shut down
This commit is contained in:
commit
3071da63ed
@ -94,7 +94,7 @@ stop()
|
||||
# stop docker
|
||||
einfo "Stopping docker"
|
||||
pidfile="/run/docker.pid"
|
||||
start-stop-daemon --stop --quiet --pidfile ${pidfile}
|
||||
start-stop-daemon --stop --quiet --pidfile ${pidfile} --retry 15
|
||||
|
||||
# taken from localmount stop script
|
||||
# XXX fix more cleanly see #35
|
||||
|
Loading…
Reference in New Issue
Block a user