I have been switching from Docker to Podman and now I am taking the next step of using Quadlet such that containers start via systemd.
I used podlet as a starting point by executing podlet compose -pod to generate Quadlet files from my compose.yml. From there I reviewed the output, reviewed the systemd units from quadlet -dryrun, adjusted, tested, and repeat until content.
Below are some of the things I ran into while migrating from Compose to Quadlet.
Continue reading Podman Quadlet Gotchas