blob: 3b7358218754ec520bd6ac7d9aae94bf9f0e3529 [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 = "windows"
)