-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Conform to the Docker standard #2028
Copy link
Copy link
Closed as not planned
Labels
data persistenceVolumes, bind mounts, etc.Volumes, bind mounts, etc.needs reviewNeeds confirmation this is still happening or relevantNeeds confirmation this is still happening or relevantquestionuserRunning containers under a different userRunning containers under a different user
Metadata
Metadata
Assignees
Labels
data persistenceVolumes, bind mounts, etc.Volumes, bind mounts, etc.needs reviewNeeds confirmation this is still happening or relevantNeeds confirmation this is still happening or relevantquestionuserRunning containers under a different userRunning containers under a different user
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi.
Docker has to standard environment variables
PUIDandGUID. These are meant to be used to allow one to select the user and group for the containers main process. This is a great help when you share volumes with a container that has specific user/group permissions. However this is not being used by the NextCloud docker image for some reason and I had to make an entrypoint wrapper to fix it on my setup.Using the
www-datauser may be fine for a small closed container, but it really is not very useful when sharing volumes with the host.