Shabirmean / sr_container

A from scratch linux container implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A from scratch linux container implementation in C


Languages

Language:C 90.2%Language:Shell 4.5%Language:Dockerfile 4.2%Language:Makefile 1.2%