Skip to content

jigsaw373/containers-from-scratch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%