Add description about disable_snapshot_annotations to configuration doc

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
This commit is contained in:
ktock 2020-07-28 09:30:20 +09:00
parent 8448b92d23
commit 375dd76255

View File

@ -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"