Rust crates to extend containerd
Go to file
Maksym Pavlenko db84023f10 Fix linter
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
2021-07-26 15:47:24 -07:00
.github/workflows Fix CI 2021-07-22 12:20:58 -07:00
crates Fix linter 2021-07-26 15:47:24 -07:00
.gitignore Initial commit 2021-06-01 11:58:29 -07:00
Cargo.toml Add GRPC client crate 2021-07-26 10:16:32 -07:00
LICENSE Initial commit 2021-06-01 11:58:29 -07:00
README.md Add GRPC client crate 2021-07-26 10:16:32 -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 🚧
containerd-client-protos GRPC bindings to containerd APIs

How to build

The build process as easy as:

cargo build --release