Skip to content
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

Be able to choose which user radarr will run to #1

Closed
Nottt opened this issue Oct 11, 2017 · 1 comment
Closed

Be able to choose which user radarr will run to #1

Nottt opened this issue Oct 11, 2017 · 1 comment

Comments

@Nottt
Copy link

Nottt commented Oct 11, 2017

I'm trying to use this docker with plexdrive on my host, and because radarr runs inside the docker as the nobody user I can't have it interacting with my host folder unless it's also owned by nobody which is undesirable for me.

What would be the best way to achieve changing the user inside this docker image?

Would be cool if this could be just a flag you can set, and to be clear I tried using

-e UMASK=000 \
    -e PUID=1001 \
    -e PGID=1002 \

Which is my "automation" user in my host but in radarr I can't add my /mnt/unionfs/Movies to it because it's not writable by the user nobody.

I tried forking your docker and just editing this one, but it seems that it pulls from other dockers so I can't be sure of what all you did assuming a nobody user.

Thanks!

@fryfrog
Copy link

fryfrog commented Mar 22, 2018

It'd probably be better to post your issue on the actual radarr docker repo.

It doesn't matter that inside the container the user is nobody. Just pass in the UID/GID of the user you want it to look like on the outside and it'll be used. Be sure your permissions are setup so that will work.

@binhex binhex closed this as completed Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants