An open API service indexing awesome lists of open source software.

https://github.com/xiaoyang-sde/reno

Experimental Linux container runtime that implements the OCI runtime specification
https://github.com/xiaoyang-sde/reno

container docker linux oci rust

Last synced: about 1 year ago
JSON representation

Experimental Linux container runtime that implements the OCI runtime specification

Awesome Lists containing this project

README

          

# Reno

[![Crates.io](https://img.shields.io/crates/v/reno?style=for-the-badge&logo=rust)](https://crates.io/crates/reno)
[![Crates.io](https://img.shields.io/crates/d/reno?style=for-the-badge&logo=rust)](https://crates.io/crates/reno)

Reno is an experimental Linux container runtime that implements the [OCI runtime specification](https://github.com/opencontainers/runtime-spec) with Rust. It supports a subset of the specification's features, including namespaces, capabilities, mounts, and hooks.

## Installation

```console
cargo install reno
```

## Usage

```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
```