Skip to content

IslamWalid/tcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Container

Simple container implementation in go using linux namespaces and cgroups.

Usage and Installation:

  • Install tcontainer:
go install github.com/IslamWalid/tcontainer/cmd/tcontainer@latest
  • Run the container:
sudo tcontainer run <cmd> <args>

NOTE: running the container for the first time may take a while for the initialization step.

Releases

No releases published

Packages

No packages published