Yelp/dumb-init
A minimal init system for Linux containers observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 92
- Release rhythm 8
- Longevity 100
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: 4040
- days_rel: n/a
- days_push: 51
- n_releases_24m: 0
Adoption not part of the score
7303 stars · 355 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
dumb-init is a minimal init system and process supervisor designed to run as PID 1 inside Linux containers such as Docker. It is a small statically-linked C binary that spawns your command as a child process, properly forwards signals, and reaps orphaned zombie processes.
Use cases
- make docker containers stop gracefully on SIGTERM
- prevent zombie processes in containers
- run a single-process container without systemd
- fix docker run containers that ignore stop signals
- use as ENTRYPOINT wrapper in Dockerfiles
- treat docker containers like regular unix processes in CI
When to choose
- your container's main process doesn't handle signals properly
- you see defunct/zombie processes accumulating in a container
- you want a tiny, dependency-free PID 1 for minimal Docker images
- CI jobs leave containers running after docker run is killed
When to avoid
- you need a full init system with service management like systemd or s6
- your container already uses tini or another init via docker run --init
- you need process supervision with restart policies
Facets
cli-tool · maturity stable
cli developer-tools concurrency security developer-tools cloud-computing cli docker pid1 init-system signal-forwarding zombie-reaping containers devops linux
3 sources
- readme: https://github.com/Yelp/dumb-init · fetched 2026-08-28 · d01fc99eaa5b
- homepage: https://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html · fetched 2026-08-29 · 6346cc15fc51
- registry_pypi: https://pypi.org/pypi/dumb-init/json · fetched 2026-08-29 · 4f8c89818c4b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Yelp/dumb-init | main | 64 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem