Crates.io | reno |
lib.rs | reno |
version | 0.1.0 |
source | src |
created_at | 2022-11-24 07:27:59.796508 |
updated_at | 2022-11-24 07:27:59.796508 |
description | Implementation of the Open Container Initiative Runtime Specification |
homepage | https://github.com/xiaoyang-sde/reno |
repository | https://github.com/xiaoyang-sde/reno |
max_upload_size | |
id | 722049 |
size | 72,569 |
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.
cargo install reno
sudo reno create example_container --bundle /path/to/bundle
sudo reno start example_container
sudo reno state example_container
sudo reno delete example_container