Просмотр исходного кода

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>
Kenfe-Mickael Laventure 9 лет назад
Родитель
Сommit
64a91ee74e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      libcontainerd/remote_linux.go

+ 1 - 0
libcontainerd/remote_linux.go

@@ -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 {