Podman, Apple's container tool, and the enterprise move away from Docker Desktop
Apple's open-source `container` project, an Apache-2.0 tool written in Swift that runs Linux containers inside lightweight virtual machines on Apple silicon Macs, and Podman, an Apache-2.0 OCI container manager now listed as a CNCF project, together give enterprises documented, license-free alternatives to Docker Desktop, which Docker itself licenses free only for personal use and sells to businesses on paid tiers. A video by Cloud Codes brought the story to attention with specific figures — a $24 per user per month Docker Desktop Business price, a 250-seat break-even threshold, and 48,000 GitHub stars for Apple's repo — that are reported claims, not independently documented here.
What is actually changing in enterprise container tooling?
Two open-source, Apache-2.0 projects now cover most of what developers historically paid Docker Desktop for: Apple's container tool, which creates and runs Linux containers in lightweight virtual machines on Apple silicon Macs, and Podman, a tool for managing OCI containers and pods that is listed as a CNCF project. Meanwhile, Docker's own pricing page states that Docker licensing is free for personal use, with paid plans for teams and businesses.
The story surfaced via a Cloud Codes video arguing that enterprise finance departments are cancelling Docker Desktop subscriptions over licensing costs. That framing, and the specific dollar figures in it, are the reporter's; this article works from the repositories and official pages underneath.
What does Apple's container tool actually do?
According to its repository, container is a tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, optimized for Apple silicon, and licensed Apache-2.0.
The architectural choice that matters is in that description: rather than sharing one Linux VM among all containers, as Docker Desktop on macOS does, Apple's tool runs containers in lightweight virtual machines. The repo abstract states the mechanism; the performance and isolation consequences are the reporter's interpretation.
Cloud Codes reports that the project has passed 48,000 GitHub stars and reached a v1.0 release. The star count and version milestone are reported figures — this article could not verify them against a release note in the supplied evidence — but the repository itself, its Swift implementation, and its Apache-2.0 license are documented.
What is Podman, and who stands behind it?
Podman is a tool for managing OCI containers and pods, licensed Apache-2.0, with development going back to 2017. It is listed on the CNCF's project landscape as "Podman Container Tools".
The features that make it attractive in enterprise security reviews, according to Cloud Codes, are its daemonless and rootless-by-default architecture: containers are forked directly from the user's shell rather than managed by a long-lived root daemon. The same coverage describes Quadlet, which compiles systemd unit files into managed container services for production deployment. Both descriptions are reported claims about the architecture; the repository documents the project's purpose and license but the supplied evidence includes no Podman documentation page to verify the internals against.
What is genuinely new here, and what is framing?
Documented: Apple's container exists, is written in Swift, runs Linux containers in lightweight VMs on Apple silicon, and is Apache-2.0. Podman exists, manages OCI containers and pods, is Apache-2.0, and is a listed CNCF project. Docker licenses its products free for personal use and sells business plans.
Reported by Cloud Codes, not independently documented here: that Docker Desktop Business costs $24 per user per month; that a 200-seat organisation faces a $57,600 annual invoice; that the break-even threshold for switching is around 250 seats; that Podman 6.0 dropped Intel Mac and cgroups v1 support; and that Docker is pivoting toward AI agent sandboxes and hardened images. The video also recounts Kubernetes removing dockershim in favour of containerd, which is well-established history but not backed by a resolved primary source in this bundle.
Where is the evidence thin?
There is one reporter here, not several. Every quantitative claim — the pricing, the seat threshold, the star count, the Podman 6.0 breaking changes — traces to a single video with no transcript supplied, so the numbers cannot be checked against anything except the video itself. Two of them contradict nothing, but they corroborate nothing either.
The honest reading: the licensing asymmetry is real and documented (Docker charges businesses; Apple container and Podman are Apache-2.0), and the migration incentive follows from arithmetic any finance team can do with its own seat count and Docker's current price list. Whether enterprises are actually cancelling at scale is an empirical claim this evidence does not settle. What would change the picture: Docker's published per-seat price for the relevant tier, Podman's actual 6.0 release notes, and any second independent report of enterprise migrations.
Sources
Primary sources
- apple/container — 2025-05-30; apple/container
- podman-container-tools/podman — 2017-11-01; podman-container-tools/podman
- Podman Container Tools — 2026-08-11
- Pricing | Docker
Reporting that surfaced this
- Cloud Codes — Podman vs Docker: Why Enterprise Tech is Quietly Dit... (2026-08-11)
Discussion
Corrections and additions are welcome.
No comments yet. If you spot an error or have something to add, start the thread.
Leave a comment
You need an account to comment. Reading, voting counts and sharing stay open to everyone.
Sign in to comment