containers / youki

A container runtime written in Rust

Home Page:https://containers.github.io/youki/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add imple shim gRPC api

lengrongfu opened this issue · comments

current containerd define gRPC api for shim, youki can imple this gRPC api.

@lengrongfu Thanks for creating the issue. Youki is a low-level container runtime, isn't shim. Why do you want to shim?
You can use runc's shim as youki's shim because youki meets the OCI Runtime spec.

you are right, I remembered it wrong.