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.
1 parent 739039f commit 4df353aCopy full SHA for 4df353a
sources/host-ctr/cmd/host-ctr/main.go
@@ -24,7 +24,7 @@ import (
24
"github.com/containerd/containerd/namespaces"
25
"github.com/containerd/containerd/oci"
26
"github.com/containerd/containerd/remotes/docker"
27
- "github.com/containerd/containerd/runtime/v2/runc/options"
+ "github.com/containerd/containerd/api/types/runc/options"
28
"github.com/containerd/errdefs"
29
"github.com/containerd/log"
30
runtimespec "github.com/opencontainers/runtime-spec/specs-go"
0 commit comments