server
server copied to clipboard
Support UID/GID as docker env variables
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?
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 Any update on this?
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 Any update on this?
Please don't ping individual users. We have currently no plan to support a UID/GID configuration.