I'd like to move to podman. Do you have any working compose files to check out?

Display Name@lemmy.ml to Selfhosted@lemmy.world – 20 points –

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?

5

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.

2 more...

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.

1 more...

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.

Hey there, for a very simple start there's the compose.yaml file at the bottom of my comment here.