Skip to content
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

run as non-root #14

Closed
rdmueller opened this issue Mar 2, 2021 · 2 comments
Closed

run as non-root #14

rdmueller opened this issue Mar 2, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@rdmueller
Copy link
Member

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.

@rdmueller rdmueller added the enhancement New feature or request label Mar 2, 2021
@rdmueller
Copy link
Member Author

see also #10

@rdmueller
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant