Doesn't match my experience. At iximiuz Labs, I run several thousand containers a day (programmatically). Very basic operations - create, start, stop, inspect. And when I tried to replace `docker` with `podman`, the code started experiencing periodic deadlocks. I didn't dig into it, but I also haven't seen any single deadlock with Docker. My only complaint about Docker was the leaking storage (unaccounted for in `docker system prune`), but it seems to have been solved with the move to containerd for image storage.