Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com> |
||
|---|---|---|
| .github/workflows | ||
| crates | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
README.md
Rust extensions for containerd
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