The answer landed in a familiar place. On Linux, many people say Podman is already there. They run it in production, on build servers, and in homelabs with few or no changes. Rootless operation remains the headline benefit. People like avoiding Docker's privileged daemon, the `docker` group, and Docker's habit of silently rewriting
iptables rules. Quadlet also got strong praise from operators who want containers managed like normal system services through
systemd. For that crowd, Podman is not just a Docker clone. It fits better with how Linux servers are actually run.
The friction shows up when teams expect a seamless Docker-shaped experience. Compose remains the main fault line. Some people report their existing compose files worked untouched, or worked through `docker-compose` against the Podman socket. Others say the last 5 percent is brutal, especially once rootless mode, volume mounts,
SELinux labels,
user namespace mapping,
buildx,
devcontainers,
skaffold,
testcontainers, or odd networking behavior enter the picture. The recurring complaint is not that Podman is unusable. It is that it advertises itself as a drop in replacement while still requiring users to learn Podman-specific rules right where Docker users most want portability.
Platform split was another clear theme. Linux users were broadly positive. macOS users were much less forgiving. Several said Podman on Mac still feels less refined than Docker Desktop and well behind OrbStack for speed, file mounts, and host-to-container file change notifications that front end tooling depends on. That gap matters because a lot of local development happens on Macs, and a tool that is "good on Linux" still loses if it makes common local workflows flaky.
So the practical read is that Podman has won over the people who value rootless security, systemd integration, and standards-based tooling enough to adapt their setup. It has not solved the adoption problem for the wider developer market. Docker's brand, docs, defaults, and ecosystem still win when people just want `compose up` to work the same everywhere.