Skip to content

How to integrate my own host runtime with containerd using this repo? #136

@chenzhuofu

Description

@chenzhuofu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions