I was always fascinated by how Linux works internally, and then Docker internals. Nucleus is minimalism at its core, which does not try to copy all of Docker but gives you the same kind of feel at much lesser complexity.
It serves as a robust demonstration of modern Linux containerization, utilizing kernel primitives like namespaces, Cgroups v2, OverlayFS, and pivot_root for secure and isolated process execution.
Currently, there are two branches: main, which is complete, and enhancements. The difference is that the enhanced version has more added capabilities. I need folks to provide feedback so I can continue enhancing.
Feedback appreciated.