From 6524c9deb19015d51cdfa97403fc391ab593f4cd Mon Sep 17 00:00:00 2001 From: Sunny Goel Date: Tue, 8 Feb 2022 12:39:07 -0800 Subject: [PATCH] Updated config.toml and getting-started.md files to reflect latest version (version=2) Signed-off-by: Sunny Goel --- config.toml | 1 + content/docs/getting-started.md | 1 + 2 files changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 6375af2..17014b2 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,4 @@ +version = 2 baseURL = "https://containerd.io" languageCode = "en-us" title = "containerd" diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index 735938c..32b2696 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -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