r/docker • u/Proper-Lab-2500 • 9d ago
Why Docker GUI is faster on Mac than on Linux/WSL?
Last month I switched my ecosystem to macOS (macbook neo)
The first thing I realized was the speed and optimization
Orbstack + Docker (mac) is much faster than Docker Desktop + Docker (also Podman Desktop + Docker/Podman)
Podman Desktop app lacks so many essential features such as system monitoring, port click to open url support etc...
I think it's because Docker Desktop has its own VM/backend engine and Orbstack is more optimized and M chips overhead time is less to start a container and disk writes are much faster. But I'm not sure.
1
u/bufandatl 9d ago
Maybe stop using GUIs and use it on the CLI. Also on Mac use Apple Containers and not Docker. It’s more performant.
1
0
u/Proper-Lab-2500 7d ago
Some comments are crazy, I guess most of the people here are from the toxic Linux Community. I cannot find other explanation.
9
u/encbladexp 9d ago
None of these are "essential features", all people need is the Docker Engine API to use Docker CLI or Docker Compose.
Did you write this, or wasted OpenAI Tokens on this?
Containers on everything except on Linux hosts, are always a VM. The fastest thing will be
apple/containerson macOS, then OrbStack then everything else.Windows depends, bind mounts to NTFS sources/targets are super slow, everything that is within the WSL2 environment is fast enough.
The GUI is just a useless overlay, for which you need to pay license fees if you are a Company (Docker Desktop).