June 9, 2026
Macs, Linux, and a comment war
macOS Container Machines
Apple’s new Mac Linux trick has fans cheering, skeptics side-eyeing, and everyone asking about Docker
TLDR: Apple introduced Container Machine, a built-in way to give Mac users a persistent Linux workspace with shared files and easier app testing. The community’s instant reaction: can it kill Docker Desktop, why not support Intel Macs, and is Apple just catching up to OrbStack?
Apple just unveiled Container Machine, a new way to run a full Linux workspace on a Mac without the usual clunky setup, and the crowd immediately turned the announcement into a comment-section cage match. The promise is simple enough for non-experts: write code on your Mac, run and test it in a Linux environment, keep your files in the same home folder, and even spin up long-running services like databases without awkward file-copy gymnastics. In other words, Apple is pitching this as a smoother, lighter dev setup for people who constantly bounce between Mac and Linux.
But the real show was the reactions. One commenter summed up the vibe with a spicy one-liner: Apple basically made a native Docker-style tool in Swift, then instantly asked the forbidden question: why stop at Linux, and where’s the fantasy version that runs old macOS builds in a container too? Another big theme was money and bloat: could this finally replace Docker Desktop and the expensive always-running Linux virtual machine that many developers begrudgingly tolerate? That sparked immediate curiosity, while others shrugged and said, essentially, OrbStack already does this and does it well — so now Apple has to prove it’s faster, smoother, or both.
Then came the classic Apple side quest: what about Intel Macs? One commenter wanted to know why older Macs seem left out, and that complaint gave the whole thread a familiar whiff of platform drama. Even Apple’s clarifying voice had to jump in and explain that this isn’t just basic containers — it’s meant to be a persistent Linux home-away-from-home. Translation: Apple dropped a serious developer feature, and the internet responded with excitement, skepticism, price complaints, competitor comparisons, and a little dreamcasting chaos. Business as usual on launch day.
Key Points
- •Container machines provide a persistent, lightweight Linux environment on macOS using standard OCI images and integrated host file sharing.
- •Unlike application-focused containers, a container machine is modeled as a Linux environment and runs the image’s init system for long-running services.
- •The feature maps the host user account and home directory into Linux so repositories and dotfiles are accessible on both macOS and the container machine.
- •Developers can use macOS-native editors, profilers, browsers, and debuggers while building and running software inside the Linux environment with no file-copy step.
- •Container machines can be created, configured, and managed with CLI commands, and any Linux image containing `/sbin/init` can serve as a container machine image.