-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run as anything other than 797:797 #33
Comments
Just ran There is no Are you on Windows? |
On 23 October 2016 at 22:53, Werner Beroux [email protected] wrote:
Hi, Thanks for responding. I'm on Debian 8. Based on your reply I created a container with docker run --rm -it --user 1002:1002 --name=wernplex --net=host -v and that appears to work. But when I create a container with docker create --name=wernplex --user 1002:1002 --net=host -v and then start it with docker start wernplex I get root@gdserver:~# docker ps -a Crashes immediately. I know it's probably an obvious mistake.... |
I never use |
Tried starting with --user and -e PGID=1002 -e PUID=1002 options etc. Any user other than 797 causes immediate crash and restart. (--user fails with "docker error response from daemon linux spec user unable to find user xxxx", a known issue i gather).
Problem I have is to access the media folders the user must be group www-data. I've tried creating a plextv user (UID: 797, GID 797) and adding it to the www-data group. Plex now starts, can see the media folder but says there is no media in any folder.
I'm new to docker and plex. Have the Timhaak version working ok though.
EDIT: recreated user plex tv uid:gid 797:797 which does have access to the media folder - I can su to the user and navigate to folders. Plex still says library has no media.
EDIT2: Plex can find and index music. It just seems to be video thats broken
The text was updated successfully, but these errors were encountered: