Add description about disable_snapshot_annotations
to configuration doc
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
This commit is contained in:
parent
8448b92d23
commit
375dd76255
@ -106,6 +106,11 @@ version = 2
|
|||||||
# This only works for runtime type "io.containerd.runtime.v1.linux".
|
# This only works for runtime type "io.containerd.runtime.v1.linux".
|
||||||
no_pivot = false
|
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 is the default runtime name to use.
|
||||||
default_runtime_name = "runc"
|
default_runtime_name = "runc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user