I’m having a hard time to move my docker compose files to podman and I can’t find any podman compose instructions. Does it work reliably for you?
Can you share anything specific? Maybe some error messages or the behavior you are seeing? Podman has been running my compose files without issue, but I’m also just running a few simple services in each.
Hey there, for a very simple start there’s the
compose.yaml
file at the bottom of my comment here.I would advise first trying to run containers with docker rootless and adjust them as needed. Once you’ve managed to do that the switch to podman will be a lot easier. Trying to switch a container from regular docker directly to podman won’t work out very well.
My advise would be to not use podman-compose at all but rather switch to the now built in Quadlet container files that are used to auto-generate Systemd service files.