Does anyone know how to get oci-service
to work properly with rootless-podman-service
? I’ve set (runtime ‘podman)
, but it seems that’s not enough to get it actually functioning. I’m basically trying to get Jellyfin running. Running herd command-line jellyfin
gives me /run/current-system/profile/bin/podman run --rm --replace --name jellyfin -p 8096:8096 -v jellyfin-config:/config -v jellyfin-cache:/cache -v /jellyfin:/media docker.io/jellyfin/jellyfin
, which functions correctly if I run it manually as the oci-container
user, but it seems whatever Shepherd is trying to do fails (pretty much instantly).
I’m pretty new to Guix, so it’s quite possible I’m just doing something stupid.