Skip to content

Commit

Permalink
Merge pull request kata-containers#1577 from liubin/feature/1576-impo…
Browse files Browse the repository at this point in the history
…rt-runc-v2-options-types

runtime: import runtime/v2/runc/options to decode request from Docker
  • Loading branch information
fidencio authored Mar 31, 2021
2 parents a6a5369 + 09d454a commit a3d8554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/containerd-shim-v2/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (

// only register the proto type
_ "github.com/containerd/containerd/runtime/linux/runctypes"
_ "github.com/containerd/containerd/runtime/v2/runc/options"
crioption "github.com/containerd/cri-containerd/pkg/api/runtimeoptions/v1"

"github.com/kata-containers/kata-containers/src/runtime/pkg/katautils"
Expand Down

0 comments on commit a3d8554

Please sign in to comment.