We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9757e74 + c8e654c commit 8f9791cCopy full SHA for 8f9791c
firecracker-control/cmd/containerd/main.go
@@ -46,6 +46,10 @@ import (
46
_ "github.com/containerd/containerd/runtime/v2"
47
_ "github.com/containerd/containerd/runtime/v2/runc/options"
48
49
+ // Snapshotters
50
+ _ "github.com/containerd/containerd/snapshots/devmapper"
51
+ _ "github.com/containerd/containerd/snapshots/overlay"
52
+
53
// Register fc-control plugin
54
_ "github.com/firecracker-microvm/firecracker-containerd/firecracker-control"
55
)
0 commit comments