Amon@lemmy.world to memes@lemmy.world · 4 days agoI love systemdlemmy.worldimagemessage-square30fedilinkarrow-up1373arrow-down122cross-posted to: [email protected]
arrow-up1351arrow-down1imageI love systemdlemmy.worldAmon@lemmy.world to memes@lemmy.world · 4 days agomessage-square30fedilinkcross-posted to: [email protected]
minus-squarepaequ2@lemmy.todaylinkfedilinkEnglisharrow-up23·4 days agoOooooh, wait. Does Quadlet let you run containers via systemd unit files?? Quadlet is a tool for running Podman containers under systemd in an optimal way by allowing containers to run under systemd in a declarative way. https://www.redhat.com/en/blog/quadlet-podman That’s cool! Thanks! TIL!
minus-squareAmon@lemmy.worldOPlinkfedilinkarrow-up10·4 days agoIt’s like docker-compose on steroids if you don’t use Kubenetes and want to treat your machines like pets not cattle
minus-squaremosiacmango@lemm.eelinkfedilinkarrow-up4·edit-24 days agoHere’s a good example for Jellyfin that got me started with quadlets. Note on the above: the linuxserver.io jellyfin image has an ffmpeg bug in it, so swap to the official docker image in the config.
Oooooh, wait. Does Quadlet let you run containers via systemd unit files??
https://www.redhat.com/en/blog/quadlet-podman
That’s cool! Thanks! TIL!
It’s like
docker-compose
on steroids if you don’t use Kubenetes and want to treat your machines like pets not cattleHere’s a good example for Jellyfin that got me started with quadlets.
Note on the above: the linuxserver.io jellyfin image has an ffmpeg bug in it, so swap to the official docker image in the config.