You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, the docker image creates files with root permissions.
It would be better if it would create files with the owner of the host system user.
It seems that you can run the image with the host system user by specifying -u $(id -u ${USER}):$(id -g ${USER}) but this user has problems with files within the container since these where created by root.
The text was updated successfully, but these errors were encountered:
currently, the docker image creates files with root permissions.
It would be better if it would create files with the owner of the host system user.
It seems that you can run the image with the host system user by specifying
-u $(id -u ${USER}):$(id -g ${USER})
but this user has problems with files within the container since these where created by root.The text was updated successfully, but these errors were encountered: