
Docker Compose And Local Dev
Docker (Engine, Hub, Build Cloud, Scout, Desktop, Model Runner) · Docker
Container Platform — Docker
Evaluates Docker's Docker Compose & Local Dev across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Container Platform eval coverage.
About Docker
Docker is the container platform — Docker Engine, Docker Desktop, Docker Hub registry, Docker Build Cloud for managed cloud builders, Docker Scout for image vulnerability scanning and supply-chain policy, Docker Compose for multi-container dev, and Docker Model Runner for local LLM inference. Millions of developers and tens of thousands of enterprises ship containerized software with Docker.
Sample tests· showing 3 of 9
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | compose.yaml: web depends_on: [db]. App starts and crashes because Postgres isn't ready to accept connections yet. | Use long-form depends_on with condition: service_healthy and add a healthcheck to the db service (pg_isready or psql query). web waits for healthcheck pass, not just container start. Short-form depends_on only waits for container start, not readiness. | Pass / FailAi Platformhigh |
| 02 | Developer wants source edits to sync into the running container without a rebuild. Currently runs 'docker compose up --build' after every change. | Add a develop.watch block: actions: sync (path: ./src, target: /app/src) and rebuild (path: ./package.json). Run 'docker compose up --watch'. Source edits stream into the container; package.json edits trigger rebuild. Per docs.docker.com/compose/how-tos/file-watch/. | Pass / FailAi Platformmedium |
| 03 | compose.yaml has services: app, db, monitoring, debug-shell. Developers only want monitoring and debug-shell when troubleshooting. | Tag optional services with profiles: [monitoring] and profiles: [debug]. Default 'docker compose up' starts only services without profiles. 'docker compose --profile monitoring up' includes monitoring. Profiles compose: --profile monitoring --profile debug. | Pass / FailAi Platformmedium |
How this eval is graded
Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
Rubric criteria
- Docker
- Ai Platform
- Docker Compose And Local Dev
Recommended for
Works with
Related evals
Claude API
Evaluates Anthropic's Batch API across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
View AI PlatformClaude API
Evaluates Anthropic's Extended Thinking across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
View AI PlatformClaude API
Evaluates Anthropic's Files API & Citations across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
ViewFrequently asked questions
What does the Docker Compose And Local Dev eval for Docker Docker (Engine, Hub, Build Cloud, Scout, Desktop, Model Runner) test?+
Evaluates Docker's Docker Compose & Local Dev across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Container Platform eval coverage.
How is the Docker Compose And Local Dev eval scored?+
The judge rubric: Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
How many test cases does this eval pack include?+
The Docker Compose And Local Dev pack for Docker Docker (Engine, Hub, Build Cloud, Scout, Desktop, Model Runner) contains 9 test cases. 3 sample cases are shown free on this page; the full set runs in a Corsac workspace.
How do I run this eval?+
Sign up for Corsac, connect your model or agent endpoint, and run the Docker Compose And Local Dev pack as-is or after customizing thresholds. Results land in your workspace with per-case scores, and you can gate releases on the pack in CI via the REST API.
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.