mirror of https://github.com/docker/docs.git
Increase containerd start-timeout to 2 minutes
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> (cherry picked from commit 4251e1e99e16ff7ff5557ee16e5bef26a14cd127) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
4a3b9a606b
commit
64a91ee74e
|
@ -357,6 +357,7 @@ func (r *remote) runContainerdDaemon() error {
|
|||
"--shim", "docker-containerd-shim",
|
||||
"--runtime", "docker-runc",
|
||||
"--metrics-interval=0",
|
||||
"--start-timeout", "2m",
|
||||
"--state-dir", filepath.Join(r.stateDir, containerdStateDir),
|
||||
}
|
||||
if r.debugLog {
|
||||
|
|
Loading…
Reference in New Issue