Skip to content

Podman, Apple's container tool, and the enterprise move away from Docker Desktop

· 4 min read

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.

Apple container: one lightweight VM per Linux container
The mechanism stated in the apple/container repository: each Linux container runs inside a lightweight virtual machine on the Mac, rather than sharing a single daemon-managed VM.

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

Reporting that surfaced this

Frequently asked questions

Is Apple's container tool a replacement for Docker Desktop on Mac?

Apple's open-source `container` tool creates and runs Linux containers using lightweight virtual machines on Apple silicon Macs, and it is licensed Apache-2.0, so it covers the core local-container workflow without a Docker subscription. It is written in Swift and targets Apple silicon only, so Intel Macs are not supported.

Is Podman free for enterprise use?

Yes. Podman is licensed Apache-2.0 and is listed as a CNCF project, so there is no per-seat license fee comparable to Docker Desktop's business plans. Docker's own pricing page states its licensing is free for personal use, with paid plans for teams and businesses.

How much does Docker Desktop cost for businesses?

Docker's pricing page confirms that business use requires a paid plan, but the page supplied for this article does not list a specific per-seat number. Cloud Codes reports a price of $24 per user per month for Docker Desktop Business; that figure is from their coverage, not verified against Docker's current price list here.

What is Podman 6.0 and what changed in it?

Cloud Codes reports that Podman 6.0 introduced breaking changes, dropping support for Intel Macs and cgroups v1. This article's evidence bundle did not include the Podman 6.0 release notes, so the specific breaking changes are reported rather than independently documented.

What is the difference between Podman and Docker's architecture?

According to Cloud Codes' coverage, Podman is daemonless and rootless by default, forking containers directly from the user's shell instead of relying on a long-lived root daemon as Docker Engine does. That description is from the reporter; the supplied primary sources document Podman's purpose and license but not its internals.

Should my company switch from Docker Desktop to Podman?

The documented facts are that Podman and Apple's container tool are Apache-2.0 while Docker charges businesses for Docker Desktop, so the decision reduces to your seat count, Docker's current price for your tier, and whether your workflows depend on Docker-specific features. Cloud Codes puts the break-even threshold around 250 seats, but that figure is their analysis, not a documented industry standard.

Share
0

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