Using Podman Quadlets #30
Replies: 1 comment 1 reply
-
Hello, thank you for sharing this! I have created systemd unit for docker containers in the past (see e.g. here even if it's old stuff now). I prefer to run in user mode, and maybe enabling lingering if I want the service to be independent of the login status (so it starts even before you login, useful for a server or headless system especially). Also I have a few questions and considerations. Some things I cannot directly verify because right now I don't have a Roon subscription running. About usb hot-plugging: is that why you mapped /run/udev ? If this is valid for docker as well, I will update the README file. About this:
it did not work for me. I had to replace it with:
which also seems appropriate as it's about a set of devices. Does this work for you as well? This other line:
does not seem to be strictly necessary... but again, I can't really verify on my system right now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the docker instance. I've played with it in docker, but have settled on using Podman as podman is installed by default on my Linux system.
I wanted a way of running roonbridge as a root process so I could switching between user accounts without interrupting or needing to reload my music.
I wanted to share the quadlet I created:
Save the file as
roonbridge.container
and copy it to/etc/containers/systemd/
then execute
This launches it as a rootful container which works across all users and supports hot-plugging USB DACs.
For me, this is much cleaner than docker - no Podman process and the systemd container is very simple and clean.
Beta Was this translation helpful? Give feedback.
All reactions