Ross ROSS = Recommend OSS · open-source software intelligence for agents

p8952/bocker

Docker implemented in around 100 lines of bash observed · 2026-08-28

github.com/p8952/bocker · homepage · Shell · GPL-3.0 (copyleft) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
p8952/bockermain32

For agents

markdown · JSON · MCP: product_card(name="p8952/bocker")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem