containerd/services/snapshot/default_linux.go
Derek McGowan 3db8adc5d7
Update plugin load and snapshot service
Allow plugins to be mapped and returned by their ID.
Add skip plugin to allow plugins to decide whether they should
be loaded.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2017-06-29 16:16:26 -07:00

6 lines
62 B
Go

package snapshot
const (
defaultSnapshotter = "overlayfs"
)