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?
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?
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.