p8952/bocker
Docker implemented in around 100 lines of bash observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4068
- days_rel: n/a
- days_push: 3189
- n_releases_24m: 0
Adoption not part of the score
12668 stars · 751 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Bocker is a minimal reimplementation of Docker in roughly 100 lines of bash, using Linux namespaces, cgroups, btrfs, and iptables to pull images and run isolated containers. It is primarily an educational demonstration of how container runtimes work under the hood.
Use cases
- understand how docker works internally
- learn linux namespaces and cgroups
- run containers without installing docker
- teach container fundamentals
- minimal container runtime in bash
- study container isolation primitives
When to choose
- you want to read a tiny, readable codebase to learn container internals
- you need a toy container runtime for a VM or lab environment
- you're teaching or demoing how namespaces, cgroups, and network bridges enable containers
When to avoid
- you need a production container runtime - use Docker, Podman, or containerd
- you need full Docker feature coverage like volumes, networking modes, or compose
- you can't dedicate a VM or btrfs setup, since bocker runs as root and modifies network/firewall config
Facets
cli-tool · maturity maintenance
container-runtime developer-tools cli developer-tools operating-systems cli docker-clone bash educational namespaces cgroups minimal-implementation containers devops linux
1 source
- readme: https://github.com/p8952/bocker · fetched 2026-08-28 · e81fd63a5a47
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| p8952/bocker | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem