Docker Desktop is free until your company crosses 250 employees or $10 million in annual revenue — then every developer running it owes a paid subscription, and at the Business tier that is $288 per seat per year with no annual discount. For a 200-developer engineering org that is $57,600 a year for a tool most people forget is even installed.
This is the cost math nobody runs before the renewal quote lands — the kind of line item FinOps reviews tend to catch a year too late. Here is the real Docker Desktop licensing cost at different team sizes, what the free alternatives cost once you count migration time, and where the line is that makes switching worth it.
When does Docker Desktop require a paid subscription?
The rule is in Section 3.2 of the Docker Subscription Service Agreement. Docker Desktop use without a paid subscription is restricted to:
“(i) use for a non-commercial open source project and/or (ii) use in a commercial undertaking with fewer than 250 employees and less than US $10,000,000 (or equivalent local currency) in annual revenue.”
Read the operators carefully:
- The two thresholds inside clause (ii) are joined by and. You stay free only if you are under 250 employees and under $10M revenue. Cross either one and clause (ii) no longer applies to you.
- A 40-person startup that raised a round and is now doing $12M ARR needs to pay. A 300-person company doing $4M does too.
- This covers Docker Desktop specifically — the macOS/Windows application and its bundled Linux VM. Docker Engine (
dockerd) on a Linux host is Apache 2.0 and always free. So is thedockerCLI itself. - Docker Hub pull limits are a separate policy with separate thresholds. This article is only about the Desktop subscription.
Enforcement is contractual, not technical. Docker Desktop will not stop working if you are out of compliance. But it phones home, Docker has sent true-up invoices before, and an unlicensed deployment is exactly the kind of thing that surfaces during acquisition due diligence or a SOC 2 audit.
Docker Desktop licensing cost: the 2026 price tiers
Docker raised prices on December 10, 2024 — Pro went up about 80%, Team about 67%. Current per-seat pricing:
| Plan | Monthly | Annual (per month) | Annual (per year) | Seat cap |
|---|---|---|---|---|
| Personal | $0 | $0 | $0 | 1 |
| Pro | $11 | $9 | $108 | 1 |
| Team | $16 | $15 | $180 | 100 |
| Business | $24 | $24 | $288 | unlimited |
Two things to note. Team caps at 100 seats. Any org that needs more than 100 licenses is on Business, whether it wants the SSO and hardened-image features or not. And Business has no annual discount — $24/month is the only price, $288/year.
Prices verified against docker.com/pricing in September 2026. Docker’s last change was December 2024; check the current figures before you budget.
The real Docker Desktop licensing cost by team size
“Seats” here means people who actually launch Docker Desktop, not total headcount. In most orgs that is the backend, platform, and QA engineers plus some data folks — call it 30-60% of an R&D team.
| Docker Desktop seats | Docker Team (annual) | Docker Business | OrbStack Pro | Podman / Rancher / Colima |
|---|---|---|---|---|
| 10 | $1,800 | $2,880 | $960 | $0 |
| 50 | $9,000 | $14,400 | $4,800 | $0 |
| 100 | $18,000 | $28,800 | $9,600 | $0 |
| 200 | — (over cap) | $57,600 | $19,200 | $0 |
| 500 | — | $144,000 | $48,000 | $0 |
OrbStack Pro is $8/user/month or $96/year for commercial use, but it is macOS only — a mixed Mac/Windows/Linux fleet cannot standardize on it. Podman Desktop, Rancher Desktop, and Colima are open source with no company-size clause: $0 at any scale, on any OS.
What the free alternatives actually cost
The sticker price of Podman Desktop is zero. The switch is not.
Migration engineering time. Budget per developer:
- 1-2 hours if your workflow is
docker build/docker run/docker compose upon standard images. Podman and nerdctl are near drop-in;alias docker=podmancovers most of it. - 4-8 hours if you have Compose files using build secrets, custom networks,
depends_onhealth conditions, or host networking; if devs script against the Docker socket; or if you rely on Docker Desktop’s file-sharing performance tuning on macOS. - Days, not hours if you have Testcontainers-based test suites, dev containers wired to the Docker API, or bespoke Docker Desktop extensions.
Platform team time. Updating onboarding docs, the README, CI base images, and the internal setup script — figure 1-2 weeks of one engineer for a mid-size org, more if you support multiple OSes.
A worked example — 50 seats:
- Switching cost: 50 devs x 4 hours x $75/hr loaded ≈ $15,000, plus ~60 hours of platform time ≈ $4,500. Call it ~$20,000 one-time.
- Docker Business for 50 seats: $14,400/year.
- Payback: ~1.4 years. After that it is $14,400/year saved, every year.
The bigger the team, the faster it pays back. The switching cost scales with team size, but so does the license you are avoiding. Past 100 seats you are forced onto Business anyway. At 200 seats the switch pays back in well under a year.
For a 10-person team, the math flips: ~$5,000 to switch versus $1,800-$2,880/year. Only worth it if you were going to grow past 50 soon, or if you want off the licensing-risk treadmill entirely.
The honest trade-offs
Switching is not free of downside:
- Podman on macOS/Windows runs a Linux VM, just like Docker Desktop did. Its file-sync performance for large bind mounts has historically been a notch behind. Test your actual repo before committing.
- Docker Desktop’s GUI for inspecting containers, images, and volumes is genuinely good. Podman Desktop has closed most of the gap; Rancher Desktop’s is more basic.
- Testcontainers officially supports Podman now, but expect to set
DOCKER_HOSTandTESTCONTAINERS_RYUK_DISABLEDand debug a few CI runs. - Docker Business features you would lose — Hardened Docker Desktop, registry access management, SSO enforcement on the desktop app. If you bought Business for the compliance controls rather than just the right to run it, an alternative does not replace that.
- OrbStack is the least-effort paid switch: it is Docker-socket-compatible, noticeably faster and lighter than Docker Desktop, and $96/seat/year undercuts Business by two thirds. But macOS only.
For a deeper feature-by-feature look at the leading alternative, see our Docker vs Podman comparison.
The verdict
- Under 250 employees and under $10M revenue: Docker Desktop is free. Do nothing. Revisit if you raise a large round or an acquisition is on the table.
- Over a threshold, fewer than ~30 seats: pay for Docker Team ($180/seat/year). Not worth the disruption yet.
- Over a threshold, 30-100 seats: run the payback math. A switch to Podman or Rancher Desktop typically pays back in 1-2 years and removes the licensing-risk line item permanently. All-Mac shops should price OrbStack Pro first — it is the cheapest low-effort option.
- Over 100 seats: you are on Docker Business at $288/seat/year with no discount. The switch is close to a no-brainer here. At 200 seats you are choosing between $57,600 a year forever and a one-time project that costs less than a single year of it.
Whatever you decide, decide it deliberately. The worst outcome on Docker Desktop licensing cost is the one you never chose. That is finding out during an audit that 180 engineers have run Docker Desktop unlicensed for two years, then paying the back bill at list price. If cost control across the stack is the real goal, the same logic applies to Kubernetes spend and every other per-seat developer tool.