Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 386 Bytes

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.