Reno is an experimental Linux container runtime that implements the OCI runtime specification with Rust. Reno supports a subset of features described in the specification, such as namespaces, capabilities, mounts, and hooks.
shell
cargo install reno
console
sudo reno create example_container --bundle /path/to/bundle
sudo reno start example_container
sudo reno state example_container
sudo reno delete example_container