Skip to content

Commit c209d01

Browse files
authored
Merge pull request #1545 from ktock/ssdoc
Add description about `disable_snapshot_annotations` to configuration doc
2 parents 63400c7 + fe9bb8d commit c209d01

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ version = 2
106106
# This only works for runtime type "io.containerd.runtime.v1.linux".
107107
no_pivot = false
108108

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+
109114
# discard_unpacked_layers allows GC to remove layers from the content store after
110115
# successfully unpacking these layers to the snapshotter.
111116
discard_unpacked_layers = false

0 commit comments

Comments
 (0)