Add snapshot walk implementations
Temporarily remove zfs and aufs until interface update Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
@@ -17,12 +17,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/containerd/aufs"
|
||||
// TODO: Needs updated snapshotter interface
|
||||
//_ "github.com/containerd/aufs"
|
||||
_ "github.com/containerd/containerd/metrics/cgroups"
|
||||
_ "github.com/containerd/containerd/runtime/v1/linux"
|
||||
_ "github.com/containerd/containerd/runtime/v2"
|
||||
_ "github.com/containerd/containerd/runtime/v2/runc/options"
|
||||
_ "github.com/containerd/containerd/snapshots/native"
|
||||
_ "github.com/containerd/containerd/snapshots/overlay"
|
||||
_ "github.com/containerd/zfs"
|
||||
// TODO: Needs updated snapshotter interface
|
||||
//_ "github.com/containerd/zfs"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user