iximiuz / shimmy

Simplistic container runtime shim
https://iximiuz.com/en/posts/implementing-container-runtime-shim/
39 stars 7 forks source link
container-runtime containers rust

shimmy - container runtime shim

Shimmy is a simplistic shim between container manager and container runtime. It's primary designed to make programmatic runc execution more friendly for the launching process. It does a couple of handy things:

Similar projects:

Read more about the project on my blog:

Usage

# build debug version
cargo build --bin shimmy

# build release version
cargo build --bin shimmy --release

# integrational tests (conman is required)
https://github.com/iximiuz/conman/blob/v0.0.2/test/shimmy/shimmy_test.go