Browse code

Increase containerd start-timeout to 2 minutes

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>

Kenfe-Mickael Laventure authored on 2016/06/02 05:00:25
Showing 1 changed files
... ...
@@ -349,7 +349,7 @@ func (r *remote) runContainerdDaemon() error {
349 349
 	}
350 350
 
351 351
 	// Start a new instance
352
-	args := []string{"-l", r.rpcAddr, "--runtime", "docker-runc"}
352
+	args := []string{"-l", r.rpcAddr, "--runtime", "docker-runc", "--start-timeout", "2m"}
353 353
 	if r.debugLog {
354 354
 		args = append(args, "--debug", "--metrics-interval=0")
355 355
 	}