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
- Host: GitHub
- URL: https://github.com/xiaoyang-sde/reno
- Owner: xiaoyang-sde
- License: mit
- Created: 2022-10-18T05:54:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T22:57:32.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T02:25:06.540Z (over 1 year ago)
- Topics: container, docker, linux, oci, rust
- Language: Rust
- Homepage:
- Size: 121 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reno
[](https://crates.io/crates/reno)
[](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
```