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>
This commit is contained in:
5
services/snapshot/default_linux.go
Normal file
5
services/snapshot/default_linux.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package snapshot
|
||||
|
||||
const (
|
||||
defaultSnapshotter = "overlayfs"
|
||||
)
|
||||
Reference in New Issue
Block a user