Comment on Podman or rootless docker?
UnityDevice@startrek.website 1 day ago
Podman not because of security but because of quadlets (systemd integration). Makes setting up and managing container services a breeze.
Comment on Podman or rootless docker?
UnityDevice@startrek.website 1 day ago
Podman not because of security but because of quadlets (systemd integration). Makes setting up and managing container services a breeze.
Asparagus0098@sh.itjust.works 1 day ago
Yeah quadlets are pretty cool. I have them organized into folders for each pod.
podman auto-update
is also another pretty nice feature. I don’t use the systemd timer for auto-update. Instead I just dopodman auto-update --dry-run
to check for updates and update my quadlet files and configs if any changes are required then I run the updates withpodman auto-update
.