wernight / docker-plex-media-server

Dockerized Plex Media Server
https://registry.hub.docker.com/u/wernight/plex-media-server/
MIT License
128 stars 34 forks source link

Unable to use my own uid with autoupdate #26

Closed sdier closed 8 years ago

sdier commented 8 years ago

With my own uid set (and even after changing the name from plex to another name) I keep getting permission denied errors from the curl of the plex deb. :( I dropped --user and set the uid in passwd to the same as your package and it worked. (after re-chowning everything) Are you able to reproduce?

wernight commented 8 years ago

Check the readme, it's not possible as root is required to install packages. After that it should run as a normal user. You can use the non auto update version if you want to initially run as non root.

On Sat, Apr 2, 2016, 20:53 JigSaw notifications@github.com wrote:

Assigned #26 https://github.com/wernight/docker-plex-media-server/issues/26 to @wernight https://github.com/wernight.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/wernight/docker-plex-media-server/issues/26#event-612314525

sdier commented 8 years ago

Whoops, sorry about that, missed that in the readme.