rust-extensions/crates/runc-shim
Zhang Tianyang 117263d9be Move Io and Console
Signed-off-by: Zhang Tianyang <burning9699@gmail.com>
2022-02-17 23:06:35 +08:00
..
src Move Io and Console 2022-02-17 23:06:35 +08:00
Cargo.toml Move Io and Console 2022-02-17 23:06:35 +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.