Skip to content

Latest commit

 

History

History
executable file
·
14 lines (13 loc) · 392 Bytes

README.md

File metadata and controls

executable file
·
14 lines (13 loc) · 392 Bytes

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