Hacker News new | ask | show | jobs
by aitchnyu 263 days ago
What would you do for a Docker Compose stack with Podman? For example, a self hosted app where the actual service, Postgres, Redis live?
1 comments

Docker compose can work with a podman backend, however if you want a more podman native solution the term you should be looking for is quadlet which is basically systemd files that run the containers.