The hardest part for me was to switch from docker compose to quadlets, but there is podlet to help with the conversion.
Comment on Podman rootless and ufw
azron@lemmy.ml 1 week ago
What expected problems did podman end up surorising you with? Is the software more stable and not constantly updated like docker? I want to move to podman at some point as well and I understand for a lot of cases it is just “drop in” but I run a lot of containers and I’m skeptical it’ll be that simple.
Especially with software distros like home assistant and matrix both explicitly pushing you to official docker due to some features.
Mora@pawb.social 1 week ago
GravitySpoiled@lemmy.ml 1 week ago
I stayed with podman compose. Do the quadlets have an advantage?
Mora@pawb.social 1 week ago
If it works for you, there is no reason to switch.
The benefit for me is mostly the systemd integration (e.g. do a simple DB backup before running the container using
StartExecPre
) & the corresponding unified logging with journalctl. Then there is auto update and boot persistence without having to run an additional process.GravitySpoiled@lemmy.ml 1 week ago
Cheers! :)
kwa@lemmy.zip 1 week ago
I switched at work because of the license changes docker did. I noticed that for my work workflow, podman was a direct remplacement of docker.
For my homelab, I wanted to experiment with rootless and I also prefer to have my services handled by systemd. Also I really like the built-in auto update from podman