zahra-ehghaghi / containers-from-scratch

tiny container manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Containers From Scratch (CFS)

Blogger License Stars

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.

notes

  • works only on Linux (GOOS=linux)

inspirations

About

tiny container manager

License:Apache License 2.0


Languages

Language:Go 60.6%Language:Dockerfile 39.4%