Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
(cherry picked from commit 4251e1e99e16ff7ff5557ee16e5bef26a14cd127)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -357,6 +357,7 @@ func (r *remote) runContainerdDaemon() error {
|
| 357 | 357 |
"--shim", "docker-containerd-shim", |
| 358 | 358 |
"--runtime", "docker-runc", |
| 359 | 359 |
"--metrics-interval=0", |
| 360 |
+ "--start-timeout", "2m", |
|
| 360 | 361 |
"--state-dir", filepath.Join(r.stateDir, containerdStateDir), |
| 361 | 362 |
} |
| 362 | 363 |
if r.debugLog {
|