Skip to content

Commit

Permalink
Fix startup_delay within default configuration
Browse files Browse the repository at this point in the history
Without this patch, the containerd daemon fails to start using the
default configuration example:
containerd[37139]: containerd: time: missing unit in duration 100000000

Signed-off-by: Mihai Coman <mihai.cmn@gmail.com>
  • Loading branch information
mihaicmn committed Jan 29, 2020
1 parent a07cb9d commit 5e6d56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/man/containerd-config.toml.5.md
Expand Up @@ -128,7 +128,7 @@ imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]
deletion_threshold = 0
mutation_threshold = 100
schedule_delay = 0
startup_delay = 100000000
startup_delay = "100ms"
```

## BUGS
Expand Down

0 comments on commit 5e6d56e

Please sign in to comment.