-
Notifications
You must be signed in to change notification settings - Fork 12
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
UMASK, PUID, PGID #7
Comments
I'll try to get this in soon. Do you have an example of another container doing this? I'll follow the same approach. |
Binhex uses them in this container https://github.com/binhex/arch-delugevpn Would also be nice to specify a different download directory via the API url. Something like /api/download?url=SOME_URL&dir=SOME_DIRECTORY |
This looks more involved than I expected. Not sure when I can pick it up. |
I looked further into your dockerfile and I think this is more relevant: https://stackoverflow.com/questions/49955097/how-do-i-add-a-user-when-im-using-alpine-as-a-base-image |
Can this container support these docker variables?
UMASK = 000
PUID = 99
PGID = 100
The text was updated successfully, but these errors were encountered: