How to integrate my own host runtime with containerd using this repo? #140
Replies: 1 comment
-
I've read throughly the src code of runwasi, Thx, I think I should close this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a WebAssembly-based container runtime daemon in local host. It can handle all containers' creation, running, deletion.
Now I want to integrate it with containerd and k8s to support distributed runtime. I think I should implement a shim to transfer the instruction between the containerd and my runtime. Maybe use grpc for communication of shim and runtime...?
Then I wonder which lib of this repo should I choose to construct the shim. this crate?
Beta Was this translation helpful? Give feedback.
All reactions