Eslam-Nawara / tiny-container

Simple Container implementation using linux namespaces and cgroups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny Container

Simple Container implementation in go using linux namespaces and cgroups.

Usage and Installation:

Install the tinycontainer

go install github.com/Eslam-Nawara/tinycontainer/cmd/container@latest

Run the container

 sudo container run <Cmd> <args>

Please Note Running the container for the first time could take sometime for initialization

About

Simple Container implementation using linux namespaces and cgroups.


Languages

Language:Go 93.3%Language:Shell 6.7%