general/other Running Jellyfin (dotnet) container via podman

Hello,

I am trying to run the Jellyfin docker container via podman. I almost have it working, but I am running into the "mlock" problem for dotnet. The only information I have been able to find online (for Jellyfin specifically but also dotnet generally) relates to allowing mlock in jails, but nothing related to podman. In my sysctl on the host I can see "security.bsd.unprivileged_mlock: 1". The command I'm running is "sudo podman run --os=linux docker.io/jellyfin/jellyfin" and the error is "Failed to create CoreCLR, HRESULT: 0x8007FF02", which is what led me down the rabbit hole to find out about mlock. Is there a way to enable this for the container?

J
 
Back
Top