-
Notifications
You must be signed in to change notification settings - Fork 127
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
Comments
I'm currently working on root-less containers, but I'm not sure if the uid and gid can be configured. |
Ok, thanks for letting me know. I'll work out another solution |
Let's see if that works when I'm done |
@tboerger |
Currently it's still not configurable, that's why I have kept it open. |
i am in need of changing a user to be run as different user, do u have any update? |
Why do you need that? If it's related to the volumes you can bind mount with different permissions. |
@tboerger |
Please don't ping individual users. We have currently no plan to support a UID/GID configuration. |
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
andGUID
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?The text was updated successfully, but these errors were encountered: