I appreciate to reply and understand the risk. I was having challenges on a previous unprivileged install and it's my first time using jellyfin so wanted to try getting it working to see how I like jellyfin before trouble shooting. I believe my issues were setting selections and not upgrading the kernal.This is not a real solution imho but rather dangerous:
For more informations see also: https://pve.proxmox.com/wiki/Linux_Container#_security_considerations
There might be cases where you would need to run a container as privileged because otherwise it won't work, this however is none of them since somebody else already managed to solve this problem with a unprivileged container:
Hi all,
________________________________________________________
Solution:
Requirement: iGPU passthrough to an unprivileged LXC running Jellyfin in docker
Many thanks to @leesteken for the solution - hope this can help...
- I used the Web UI 'Add Device Passthrough' functionality (in the resources section of the LXC) to passthrough:
/dev/dri/renderD128
(iGPU) with mode:0666
- If someone wanted to add it manually to the
/etc/pve/lxc/<xyz>.conf
, they could use the following:dev0: /dev/dri/renderD128,mode=0666
to achieve the same.
- Altorvo
- beginner question igpu passthrough unprivileged container
- Replies: 3
- Forum: Proxmox VE: Installation and configuration
I plan to convert it to unprivileged this weekend