rust-extensions/crates/runc-shim
Zhang Tianyang b08e4090ea runc: fix bug that exec command leaks files
Signed-off-by: Zhang Tianyang <burning9699@gmail.com>
2022-02-23 21:16:16 +08:00
..
src Remove runc dependency from shim crate 2022-02-21 10:26:19 -08:00
Cargo.toml runc: fix bug that exec command leaks files 2022-02-23 21:16:16 +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.