@1YES_yes1: Apple finally takes on Docker. Now that AI Coding has become popular, more and more people are running containers locally on Mac, deploying various Agent backends. But there's one thing that many have tolerated for a long time. Docker Desktop is just too heavy. Slow startup, high resource usage, fans...
Summary
Apple has open-sourced its official container tool Container on GitHub, rewritten in Swift and optimized for Apple Silicon. It is lighter and faster than Docker Desktop, supports direct installation and is compatible with Docker commands.
View Cached Full Text
Cached at: 06/30/26, 07:38 AM
Apple finally takes on Docker.
Now that AI coding is on fire, more and more people are running containers locally on Mac to deploy various agent backends.
But one thing has been bothering many for a long time.
Docker Desktop is just too heavy.
Slow to start, high on resource usage, fans spinning like crazy — just opening a few services turns the whole machine sluggish.
So this time, Apple stepped in.
They open-sourced their official container tool Container directly on GitHub.
It’s been live only a little while, and stars have already shot past 44,000+, jumping over 7,000 this week alone — insane momentum.
The big deal? It’s not just a wrapper.
Apple rewrote it from scratch in Swift, with deep-level optimization specifically for Apple Silicon.
No more of Docker’s heavy intermediate layer.
It directly leverages the latest macOS virtualization capabilities, running lightweight VMs hosting Linux containers.
Bottom line in one sentence:
Way faster, way lighter.
No sluggish feeling like Docker Desktop that gets worse the longer you use it.
Installation is dead simple:
brew install container
Then just:
container run hello-world
Commands are nearly one-to-one compatible with Docker.
So if you regularly:
• Run AI agents locally • Deploy microservices • Do AI coding development
Definitely give it a shot.
This time, Apple put a serious dent in Docker Desktop’s lunch.
Similar Articles
@twtayaan: Apple just made Docker Desktop optional on Mac. And it is completely free. This is apple/container. 26.5k stars no Gith…
Apple released 'container', an open-source tool for running Linux containers natively on Mac as lightweight VMs, fully OCI-compatible and free, providing an alternative to Docker Desktop.
@timsneath: One of my personal favorite features announced at WWDC will I suspect be a sleeper hit: container machines, allowing yo…
Apple has open-sourced 'container', a tool for running Linux containers as lightweight VMs on Apple silicon Macs, supporting OCI images and optimized for macOS 26.
macOS Container Machines
Apple has released 'container', an open-source tool that lets macOS users create and run Linux containers as lightweight virtual machines, optimized for Apple silicon and supporting OCI-compatible images.
apple/container
Apple has released an open-source tool called 'container' that creates and runs Linux containers as lightweight VMs on Mac with Apple silicon, supporting OCI-compatible images.
@sitinme: There's a pretty interesting open-source project called Cider, specifically designed to accelerate local AI inference on Macs with Apple Silicon chips. Many people buy a Mac mini or MacBook Pro and want to run models locally, but often encounter issues like insufficient speed and high memory usage. Actually...
Cider is an open-source project designed for Apple Silicon Macs, accelerating local AI inference by fully leveraging the computing power of M-series chips. It is compatible with the MLX ecosystem, supports models like Qwen and Llama, and is easy to install.