Categorygithub.com/devopshobbies/containers-from-scratch
repositorypackage
0.0.0-20230411130511-a5cc624e5f84
Repository: https://github.com/devopshobbies/containers-from-scratch.git
Documentation: pkg.go.dev

# README

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