From 375dd7625530ff11ed858a1157837eaab0422bba Mon Sep 17 00:00:00 2001 From: ktock Date: Tue, 28 Jul 2020 09:30:20 +0900 Subject: [PATCH] Add description about `disable_snapshot_annotations` to configuration doc Signed-off-by: Kohei Tokunaga --- docs/config.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/config.md b/docs/config.md index e9a32435a..07267c1aa 100644 --- a/docs/config.md +++ b/docs/config.md @@ -106,6 +106,11 @@ version = 2 # This only works for runtime type "io.containerd.runtime.v1.linux". no_pivot = false + # disable_snapshot_annotations disables to pass additional annotations (image + # related information) to snapshotters. These annotations are required by + # stargz snapshotter (https://github.com/containerd/stargz-snapshotter) + disable_snapshot_annotations = false + # default_runtime_name is the default runtime name to use. default_runtime_name = "runc"