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

Support UID/GID as docker env variables #83

Open
rosshettel opened this issue Oct 2, 2018 · 9 comments
Open

Support UID/GID as docker env variables #83

rosshettel opened this issue Oct 2, 2018 · 9 comments

Comments

@rosshettel
Copy link

As I'm trying out this docker image, I'd like to mount a volume from my host with a bunch of files. But since they're owned by a user with a userid and groupid that don't match those of the root user within the owncloud docker image, I'm not able to read those files. Many other docker images support a PUID and GUID config param that sets the root users ids to match those of the host system, for example all of linuxserverio's images. Are there any plans to support this in the future?

@tboerger
Copy link
Contributor

tboerger commented Oct 2, 2018

I'm currently working on root-less containers, but I'm not sure if the uid and gid can be configured.

@rosshettel
Copy link
Author

Ok, thanks for letting me know. I'll work out another solution

@tboerger
Copy link
Contributor

tboerger commented Oct 3, 2018

Let's see if that works when I'm done

@tboerger tboerger reopened this Oct 3, 2018
@patrickjahns
Copy link
Contributor

@tboerger
Any update on this?

@tboerger
Copy link
Contributor

Currently it's still not configurable, that's why I have kept it open.

@arthur798
Copy link

i am in need of changing a user to be run as different user, do u have any update?

@tboerger
Copy link
Contributor

Why do you need that? If it's related to the volumes you can bind mount with different permissions.

@DocBrown101
Copy link

@tboerger
Any update on this?

@xoxys
Copy link
Contributor

xoxys commented Dec 11, 2022

Please don't ping individual users. We have currently no plan to support a UID/GID configuration.

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

6 participants