We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63400c7 + fe9bb8d commit c209d01Copy full SHA for c209d01
1 file changed
docs/config.md
@@ -106,6 +106,11 @@ version = 2
106
# This only works for runtime type "io.containerd.runtime.v1.linux".
107
no_pivot = false
108
109
+ # disable_snapshot_annotations disables to pass additional annotations (image
110
+ # related information) to snapshotters. These annotations are required by
111
+ # stargz snapshotter (https://github.com/containerd/stargz-snapshotter)
112
+ disable_snapshot_annotations = false
113
+
114
# discard_unpacked_layers allows GC to remove layers from the content store after
115
# successfully unpacking these layers to the snapshotter.
116
discard_unpacked_layers = false
0 commit comments