rust-extensions/crates/runc-shim
Zhang Tianyang 4e1c3a2a69 runc-shim: support shim cgroup and oom score
Signed-off-by: Zhang Tianyang <burning9699@gmail.com>
2022-03-04 15:47:29 +08:00
..
src runc-shim: support shim cgroup and oom score 2022-03-04 15:47:29 +08:00
Cargo.toml runc-shim: support shim cgroup and oom score 2022-03-04 15:47:29 +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.