blob: c432a2d552e0449e592c3731ddd36d96f5dd122c [file] [log] [blame]
package containerd
const (
// DefaultSnapshotter will set the default snapshotter for the platform.
// This will be based on the client compilation target, so take that into
// account when choosing this value.
DefaultSnapshotter = "overlayfs"
)