containerd/services/snapshot/default_unix.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

8 lines
84 B
Go

// +build darwin freebsd
package snapshot
const (
defaultSnapshotter = "naive"
)