Hacker News new | ask | show | jobs
by bob778 1481 days ago
From using podman in prod, it seems to be lots of features but not necessarily stable or well-rounded
1 comments

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.