reno

Crates.ioreno
lib.rsreno
version0.1.0
sourcesrc
created_at2022-11-24 07:27:59.796508
updated_at2022-11-24 07:27:59.796508
descriptionImplementation of the Open Container Initiative Runtime Specification
homepagehttps://github.com/xiaoyang-sde/reno
repositoryhttps://github.com/xiaoyang-sde/reno
max_upload_size
id722049
size72,569
Xiaoyang Liu (xiaoyang-sde)

documentation

https://docs.rs/reno

README

Reno

Crates.io Crates.io

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.

Installation

cargo install reno

Usage

sudo reno create example_container --bundle /path/to/bundle
sudo reno start example_container
sudo reno state example_container
sudo reno delete example_container
Commit count: 41

cargo fmt