|
@@ -357,6 +357,7 @@ func (r *remote) runContainerdDaemon() error {
|
|
"--shim", "docker-containerd-shim",
|
|
"--shim", "docker-containerd-shim",
|
|
"--runtime", "docker-runc",
|
|
"--runtime", "docker-runc",
|
|
"--metrics-interval=0",
|
|
"--metrics-interval=0",
|
|
|
|
+ "--start-timeout", "2m",
|
|
"--state-dir", filepath.Join(r.stateDir, containerdStateDir),
|
|
"--state-dir", filepath.Join(r.stateDir, containerdStateDir),
|
|
}
|
|
}
|
|
if r.debugLog {
|
|
if r.debugLog {
|