Asparagus0098
@Asparagus0098@sh.itjust.works
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Podman or rootless docker? 23 hours 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
. - Comment on Podman or rootless docker? 1 day ago:
podman-generate-systemd
is outdated. The currently supported way to run podman containers using systemd services would be Quadlet files. - Comment on Podman or rootless docker? 1 day ago:
Any reason why you use compose and not quadlets?