doc: fix package import path in sample code
fix package import path that was changed as part of v2 in sample code snippets. Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
@@ -65,7 +65,7 @@ If we want to make a `SpecOpt` to setup a container to monitor the host system w
|
||||
package monitor
|
||||
|
||||
import (
|
||||
"github.com/containerd/containerd/v2/oci"
|
||||
"github.com/containerd/containerd/v2/pkg/oci"
|
||||
specs "github.com/opencontainers/runtime-spec/specs-go"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user