-
Notifications
You must be signed in to change notification settings - Fork 54
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
adduser #28
Comments
Would something like this work?
|
For docker, the user id doesn't have to exist to use it 😉: FROM amazonlinux:2
USER 1000 |
Thank you, good to know! |
For those desperate souls that can't find
|
adduser is not part of the image...
If I don't want to run my app as root, what is the way to add an app user to my image?
The text was updated successfully, but these errors were encountered: