Separate overlay implementation from plugin
Put the overlay plugin in a separate package to allow the overlay package to be used without needing to import and initialize the plugin. Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -23,5 +23,5 @@ import (
|
||||
_ "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/containerd/snapshots/overlay/plugin"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user