Updated config.toml and getting-started.md files to reflect latest version (version=2)
Signed-off-by: Sunny Goel <sunnygoel1987@gmail.com>
This commit is contained in:
parent
fbca88138c
commit
6524c9deb1
|
@ -1,3 +1,4 @@
|
|||
version = 2
|
||||
baseURL = "https://containerd.io"
|
||||
languageCode = "en-us"
|
||||
title = "containerd"
|
||||
|
|
|
@ -34,6 +34,7 @@ The daemon also uses a configuration file located in `/etc/containerd/config.tom
|
|||
A sample configuration file looks like this:
|
||||
|
||||
```toml
|
||||
version = 2
|
||||
subreaper = true
|
||||
oom_score = -999
|
||||
|
||||
|
|
Loading…
Reference in New Issue