7/2/2026 at 6:54:50 PM
No idea why Docker is still so much more popular than Podman. Podman is obviously the better implementation.The new network stuff is a welcome improvement.
by SwellJoe
7/2/2026 at 8:04:31 PM
Last time I checked podman compose was only a superficial docker compose equivalent. Also stuff like inotify seems to randomly break a lot on the podman side.I'd love to be able to recommend people use podman but not having a good docker compose compatibility and missing inotify on volumes makes the DX just too problematic.
by theK
7/2/2026 at 8:14:22 PM
Just today, I tried to run docker compose on a remote host via podman-docker on Fedora (Asahi). I ran into all sorts of buildx issues, and the easiest fix for me was to remove podman and install docker instead.I tried working through it with Claude, but after a few failed attempts I gave up. I'd like to use podman, but the docker compose + buildx compatibility gaps made it more trouble than it was worth for now. I'm definitely going to try it again.
by tbocek
7/2/2026 at 7:29:51 PM
I think a stronger brand name. Also on macOS I found Docker Desktop to be more straightforward. Also lately it has been very error prone. Randomly failing at mounting files, or cleaning up networking rules, or suddenly becoming bog slow so I have to restart the VM.Podman on macOS feels miles less refined. Orbstack is a way better choice.
I only use podman on Linux and there it is blazing fast. Even so, most features seem to be geared to be able to replace kubernetes in combination with systemd. And then something simple as docker compose support is flaky and it’s TUI/ux lags behind the original.
by spockz
7/2/2026 at 7:55:36 PM
One advantage of Docker is reliable host-to-container file change notifications, allowing tools like Vite inside the container to detect changes. Podman and many alternatives don’t handle this well for our web development on macOS.Not even Tart or Apple Container support it, as far as I know. Maybe someone has found a way.
by todotask2
7/2/2026 at 8:11:35 PM
Yeah, it doesn't work with Apple Containers.Works with OrbStack though.
by egorfine
7/2/2026 at 8:16:52 PM
Because they don't publish up to date packages for major distros.by gdevenyi
7/2/2026 at 7:41:56 PM
Last time I evaluated podman, Ubuntu was second class citizen. Rootless was non trivial and required additional setup. Documentation also suck.Docker is something we all already hate, milion edge cases and forever bugs but at least well documented and understood. Podman claim to be drop-in replacement does it mean it carry docker shitness? Examples: ufw punch through, env file handling, volumes, etc
by Chyzwar
7/2/2026 at 7:49:34 PM
With recent advances in both systemd and podman a lot of this is basically a non-issue.Documentation has also gotten better.
For tools that require docker to work, like testcontainers and tilt, I've found some annoyances using podman, but ultimately I've been able to work around them.
For everything else, it's pretty much a drop in replacement.
by cogman10
7/2/2026 at 7:36:26 PM
I gave up on Podman for some minor reasons: one was that they decided to deviate from Docker and handle SELinux differently, which required effort to change the SELinux security labels on a stock Centos system. That made it a no go.The other issue is minor differences from Docker, but small enough that a packaged up Docker compose doesn’t work out of the box. It’s not a good use of my time to debug that when I could just switch to Docker, have it work, and get on with my day.
by trollbridge
7/2/2026 at 7:56:58 PM
> have it work, and get on with my day.And usability continues for being security’s number one enemy...
by nicce
7/2/2026 at 7:39:41 PM
Can you elaborate on SELinux? It affected me too but I just had to add :Z to my mount argument. Curious about whether there's further impact I'm unaware of.by the-grump
7/2/2026 at 7:48:11 PM
There were other problems although it’s been a few years so I’ve forgotten them. I think the container I had trouble with Ory Kratos. We did eventually get it to work but had to change the sample docker deployment a fair bit.macOS had a seperate set of problems. I ended up just going with buildx and Colima on macOS. (We don’t use Docker Desktop.)
Long term I’d like to try to switch to podman again, but it needs to have a “be 100% compatible with Docker” mode as opposed to this:
https://github.com/podman-container-tools/podman/issues/1478...
by trollbridge
7/2/2026 at 7:22:41 PM
I ran into an issue I couldn't figure out how to solve with podman. Some of the testcontainers my test suites would run wouldn't start in time causing tests to fail locally. Switching back to docker desktop solved the problem.by tsfenwick
7/2/2026 at 8:06:25 PM
This except in production. Nothing helped. I actually stopped using containers for a bit after that.by gkhartman
7/2/2026 at 7:33:58 PM
In many places it doesn't matter, because cheap companies don't want to even hear about Docker, so one gets to choose between podman, rancher, and if on Windows wslc is going to be a thing.Docker (the company) lost the plot in Linux containers, OCI got standardized, alternative runtimes came to be, and very few companies actually care to pay for Docker Desktop or the other services they sell.
by pjmlp
7/2/2026 at 7:39:43 PM
Docker CLI is free for commercial use, it's only docker desktop you have to pay forby ifwinterco
7/2/2026 at 7:58:05 PM
I know, but companies legal or IT department make it easier, no docker of any kind being installed from https://www.docker.com.Microsoft also is finally adding their own docker cli (wslc), due to having had enough pressure that many companies don't want to instal third party tools for Linux/Windows containers, even if API is compatible with docker daemon.
Apple is doing a similar approach on top of their virtualisation framework.
by pjmlp
7/2/2026 at 7:33:08 PM
For the company I work at, it’s primarily inertia. We started using containers with Docker. And then it just continued. We are two out of 20+ developers who would like to use Podman, but the rest is just ”eh, why bother?”. And I don’t fully fault them for holding that position, Docker generally works. Why switch to something which may or may not provide some benefit (most which will be indirect such as better security and setup)? I still continue to mention Podman regularly though …by Y-bar
7/2/2026 at 7:26:23 PM
Most people simply do not care. They just want a Dockerfile to become an image, and they want to run that image. I use both... rootless podman is nice. Although the promise of ez systemd integration is a bit... oversold. I use it with systemd however with my own hand-crafted unit files. Pretty good combo.by whalesalad
7/2/2026 at 6:58:19 PM
it has a stronger brand, probably because it was created first. I still hear the term "docker container" (sometimes).by q8zd3
7/2/2026 at 7:19:35 PM
> sometimesI've never interacted with anyone that knew them by another name. It's always (docker) container, where they may leave out the docker term, but if questioed what kind of container they mean theyll say it.
And the times I've called them OCI container (or image when talking about those) nobody knew what I meant until I clarified to docker
by ffsm8
7/2/2026 at 7:06:35 PM
I mean for local dev I like that I can just press one button and have Kubernetes available. Podman Desktop had something approaching that simplicity but I have found Docker Desktop more stable in my limited experience with it.by alanwreath
7/2/2026 at 7:45:50 PM
Brand."OCI container" doesn't have same ring, unfortunately.
And most things are just clones of Docker, e.g. Containerfile. In a clone situation, the original brand will always have the staying power.
by paulddraper
7/2/2026 at 7:22:27 PM
I used rancher + podman on Windows. Mainly Rancher. The last 8 months I use exclusively Podman + Podman Desktop. Rancher has a slightly better desktop app and can manage podman.by fithisux