Skip to content

eraclitux/containers-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

containers-from-scratch

Proof of concept implementations that simulate main functionalities of Docker. Intended only to deep knowledge about GNU/Linux containers not for real world usage.

Different tools for container management (Docker, rkt) on GNU/Linux are basically "wrappers on steroids" around specific Linux kernel capabilities, most notably ones are:

  • chroots
  • namespaces
  • cgroups

Note

For safety only execute this code inside a test VM.

About

Proof of concept tools to create Linux containers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published