A container runtime written in Nim.
NOTE: Work in progress.
-
Create/Run a container
-
Daemon-less
-
Docker image support
-
Management of container/image
-
Seccomp
-
Networking
- host (default)
- bridge
- none
nicoru can run on only GNU/Linux
- Nim v1.6.2 or higher
- libseccomp
- ip(8) (Optional)
- iptables(8) (Optional)
nimble install nicoru
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
MIT