apocas/dockerode
Docker + Node = Dockerode (Node.js module for Docker's Remote API) observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 97
- Release rhythm 78
- 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: 47
- age_days: 4752
- days_rel: 70
- days_push: 23
- n_releases_24m: 10
Adoption not part of the score
4940 stars · 486 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
dockerode is a Node.js client library for Docker's Remote API, providing entity-based interfaces for containers, images, and execs with full stream support and demultiplexing. It supports callback and promise-based interfaces and covers the complete Docker Engine API surface.
Use cases
- programmatically manage Docker containers from Node.js
- run commands inside containers like docker run via code
- build custom container orchestration tooling in JavaScript
- stream and demultiplex container logs and output
- inspect and manage Docker images through the Engine API
- integrate Docker lifecycle management into CI or automation scripts
When to choose
- you need a mature, feature-complete Node.js client for the Docker Engine API
- you need raw access to Docker API streams without abstraction loss
- you want entity-oriented container/image/exec objects rather than raw HTTP calls
- you need both callback and promise interfaces
When to avoid
- you use a language other than JavaScript/Node.js
- you only need docker-compose functionality and prefer a dedicated tool
- you want a high-level orchestration abstraction rather than a thin API client
- you are managing Kubernetes or non-Docker container runtimes
Facets
library · maturity active
http-client developer-tools container-runtime developer-tools cross-platform docker-api docker-client containers nodejs remote-api streaming devops automation docker
2 sources
- readme: https://github.com/apocas/dockerode · fetched 2026-08-28 · 236ebe1f4dae
- registry_npm: https://registry.npmjs.org/dockerode · fetched 2026-08-29 · eb6e76a3b1de
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apocas/dockerode | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="apocas/dockerode")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem