This project is created to show the internals of the containers.
a tiny container manager tool highly inspired from docker to demonstrate how containers are created without using containerd
nor runc
only with linux features like namespaces
and control groups
.
- works only on
Linux
(GOOS=linux)