docker-java/docker-java
Java Docker API Client observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 63
- 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: 42.5
- age_days: 4475
- days_rel: 168
- days_push: 9
- n_releases_24m: 9
Adoption not part of the score
3201 stars · 1080 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
docker-java is a Java client library for the Docker Engine API, allowing Java applications to manage Docker containers, images, and other Docker resources programmatically. It is published on Maven Central and licensed under Apache-2.0.
Use cases
- manage docker containers from a java application
- build and push docker images programmatically in java
- start and stop containers via the docker engine api
- integrate docker lifecycle management into a java ci tool
- inspect container logs and stats from java
When to choose
- you need to control Docker from Java or JVM-based code
- you want a mature, Maven-published Docker API client with Apache-2.0 licensing
- you're building tooling like testcontainers-style integrations or deployment automation in Java
When to avoid
- you're working in another language (use docker-py, go docker client, etc.)
- you only need to run docker commands from a shell script
- you need a high-level orchestration layer rather than a raw Docker API client
Facets
library · maturity active
http-client sdk developer-tools developer-tools jvm cross-platform docker-client java-library container-management docker-engine-api containers devops docker
1 source
- readme: https://github.com/docker-java/docker-java · fetched 2026-08-28 · f7ba846d7403
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| docker-java/docker-java | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="docker-java/docker-java")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem