-
Notifications
You must be signed in to change notification settings - Fork 281
Open
Labels
Description
The docker container runs default with UID 1000. In our environment and perhaps also on others, the first user created gets the UID 1000. Therefore the container runs with the permissions of this user on the host system.
To prevent this currently one has to create a Dockerfile from the beginning, as long as the root permissions are still active.
To have a developer friendly behaviour it would be preferable to configure the UID, GID and USER NAME in the docker-compose.yaml, so the Dockerfile is not needed.
If you have any questions feel free to ask.
Greetings
Denis
LiBillowCF753 and DenisTahsinoglou