rust-extensions/crates/runc-shim
Maksym Pavlenko 80e6588c53 Fix runtime name for integration tests
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
2022-03-10 15:24:10 -08:00
..
src Fix runtime name for integration tests 2022-03-10 15:24:10 -08:00
Cargo.toml Fix runtime name for integration tests 2022-03-10 15:24:10 -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.