Hacker News new | ask | show | jobs
by encryptluks2 1479 days ago
In my experience it is quite the opposite really, a more featureful solution with much more options and safer defaults.
1 comments

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.