Ok, this one is “interesting”: podman-compose have a dev brach that has some lots of things addressed, but they don’t have any recent tags and it’s not clear if they are going too. There is an issue somewhere, alluding that development is stalled because k8s is the way or similar thing.
3np|2 years ago
https://wiki.archlinux.org/title/Podman#Docker_Compose
podman-compose is less interesting since.
sph|2 years ago
The podman way is to write a k8s manifest and start it with `podman play kube`. Also handles configMaps and persistentVolumes.
If you really need docker-compose, podman is API-compatible with docker, so you can use the real thing on top of the podman socket.
Just do not use podman-compose.
hypothesis|2 years ago
Debian recently packaged 1.0.3 that is also old.
3np|2 years ago
crazysim|2 years ago
KyeRussell|2 years ago
jacooper|2 years ago