anak10thn / nicoru

A container runtime written in Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Installation

nicoru can run on only GNU/Linux

  • Nim v1.4.8 or higher
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

About

A container runtime written in Nim

License:MIT License


Languages

Language:Nim 100.0%