// +build linux
package cmds
const (
DefaultPauseImage = "rancher/mirrored-pause:3.5"
DefaultSnapshotter = "overlayfs"
)