Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: import runtime/v2/runc/options to decode request from Docker
Shimv2 protocol CreateTaskRequest.Options has a type of *google_protobuf.Any. If the call is from Docker, to decode the request, the proto types(github.com/containerd/containerd/runtime/v2/runc/options) should be imported. Fixes: kata-containers#1576 Signed-off-by: bin <[email protected]>
- Loading branch information