Hacker News new | ask | show | jobs
by throwawei369 1479 days ago
This would all be true if podman wasn't a gimped version of docker.
1 comments

In my experience it is quite the opposite really, a more featureful solution with much more options and safer defaults.
From using podman in prod, it seems to be lots of features but not necessarily stable or well-rounded
Podman isn't supposed to be used in prod servers. It's for local development. It produces OCI compatible images (through Buildah), and you're supposed to use those with a proper container orchestration tool such as K8s, Nomad, Docker Swarm, or whatever else there is.