Increase containerd start-timeout to 2 minutes

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure 2016-06-01 13:00:25 -07:00
parent 9810988fb5
commit 4251e1e99e

View file

@ -349,7 +349,7 @@ func (r *remote) runContainerdDaemon() error {
}
// Start a new instance
args := []string{"-l", r.rpcAddr, "--runtime", "docker-runc"}
args := []string{"-l", r.rpcAddr, "--runtime", "docker-runc", "--start-timeout", "2m"}
if r.debugLog {
args = append(args, "--debug", "--metrics-interval=0")
}