Rust crates to extend containerd
Go to file
Maksym Pavlenko 3f41003493 Update shim README
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
2021-07-24 11:04:19 -07:00
.github/workflows Fix CI 2021-07-22 12:20:58 -07:00
crates Update shim README 2021-07-24 11:04:19 -07:00
.gitignore Initial commit 2021-06-01 11:58:29 -07:00
Cargo.toml Rename crates 2021-07-22 12:29:58 -07:00
LICENSE Initial commit 2021-06-01 11:58:29 -07:00
README.md Update shim README 2021-07-24 11:04:19 -07:00

README.md

Rust extensions for containerd

CI

A collection of Rust crates to extend containerd.

This repository contains the following crates:

Name Description
containerd-shim-protos TTRPC bindings to shim interfaces
containerd-shim-logging Shim logger
containerd-shim 🚧 Runtime v2 shim wrapper

How to build

The build process as easy as:

git submodule update --init
cargo build --release