← Back to tools

bocker

Docker implemented in around 100 lines of bash

Development linux Shell GPL-3.0

Description

bocker is Docker implemented in around 100 lines of bash. It is an educational project demonstrating container concepts using basic Linux features like namespaces and cgroups.

AI Summary

Educational Docker implementation in ~100 lines of bash demonstrating container concepts

Capabilities

  • + Demonstrate container concepts in bash
  • + Create and run basic containers
  • + Use Linux namespaces and cgroups

Use When

  • When learning about container internals
  • When studying how containers work

Avoid When

  • x When you need production container management
View AGENTS.md for bocker