From 65283e425353065859faf119a3617d1e469a9892 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Mon, 17 Sep 2018 12:11:18 -0700 Subject: [PATCH] The indent is wrong. Signed-off-by: Lantao Liu --- docs/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index f005c13cd..fa56cacac 100644 --- a/docs/config.md +++ b/docs/config.md @@ -76,9 +76,9 @@ The explanation and default value of each configuration item are as follows: # runtime_root is the directory used by containerd for runtime state. runtime_root = "" - # plugins.cri.containerd.runtimes is a map from CRI RuntimeHandler strings, which specify types - # of runtime configurations, to the matching configurations. In this example, - # 'runtime_handler_name' is the RuntimeHandler string to match. + # plugins.cri.containerd.runtimes is a map from CRI RuntimeHandler strings, which specify types + # of runtime configurations, to the matching configurations. In this example, + # 'runtime_handler_name' is the RuntimeHandler string to match. [plugins.cri.containerd.runtimes.runtime_handler_name] # runtime_type is the runtime type to use in containerd e.g. io.containerd.runtime.v1.linux runtime_type = ""