#run-time #container #specification #oci #linux #mount #hook

bin+lib reno

Implementation of the Open Container Initiative Runtime Specification

1 unstable release

0.1.0 Nov 24, 2022

#38 in #oci

MIT license

49KB
1K SLoC

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

Dependencies

~8–19MB
~267K SLoC