Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 318 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 318 Bytes

A Linux container from scratch in C

  • This is a sample of building Linux containers from scratch in C
  • Makes use of namespaces and CGroups to to isolate the container runtime
  • The work is a modified/compact version of what's explained in this blog.