Simple container implementation in go using linux namespaces and cgroups.
- 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.