rust-extensions/crates/runc-shim
Zhang Tianyang 2fd561e290 runc-shim: support remote publisher and extra some common methods
Signed-off-by: Zhang Tianyang <burning9699@gmail.com>
2022-03-10 17:23:50 +08:00
..
src runc-shim: support remote publisher and extra some common methods 2022-03-10 17:23:50 +08:00
Cargo.toml support async feature for runc shim 2022-03-07 16:38:19 +08:00
README.md Runc shim implementation 2022-02-17 23:02:14 +08:00

README.md

Rust containerd shim v2 for runc container

This is a binary crate that provides a containerd shim for runc container.

Usage

To build binary, run:

cargo build --release

Replace it to the containerd shim dir: /usr/local/bin/containerd-shim-runc-v2

You can run a container by ctr, crictl or kubernetes API.