nicoru
A container runtime written in Nim
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install nicoru
choosenim install nicoru
git clone https://github.com/fox0430/nicoru
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nicoru | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/fox0430/nicoru |
|---|---|
| Homepage | https://github.com/fox0430/nicoru |
| Registry Source | nimble_official |
README
nicoru
A container runtime written in Nim.
NOTE: Work in progress.
Features
-
Create/Run a container
-
Daemon-less
-
Docker image support
-
Management of container/image
-
Seccomp
-
Networking
- host (default)
- bridge
- none
Installation
nicoru can run on only GNU/Linux
Requires
- Nim v1.6.2 or higher
- libseccomp
- ip(8) (Optional)
- iptables(8) (Optional)
nimble install nicoru
Quick start
You need to be root to run nicoru.
sudo nicoru run ubuntu
Run the above command will download ubuntu:latest image from Docker Hub, run the container and attach it.
Please check more
License
MIT