2023-08-28, 12:03 PM
I run jellyfin in a docker container on a linux server with the --user option as 1000:1000(my non root user)
I followed the guide for gpu acceleration with nvidia, but run into a problem on the last steps.
When i try to run docker exec -it jellyfin ldconfig i get an error that i dont have permission.
I kinda solved the problem by removing the --user option and running as root but this isn't so secure. Everything worked fine after that.
Is there a way to run that command without running as root, with my previous --user setting?
I followed the guide for gpu acceleration with nvidia, but run into a problem on the last steps.
When i try to run docker exec -it jellyfin ldconfig i get an error that i dont have permission.
I kinda solved the problem by removing the --user option and running as root but this isn't so secure. Everything worked fine after that.
Is there a way to run that command without running as root, with my previous --user setting?