Replies: 1 comment
-
|
I wrote a Bash script to detect the need for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running rootless containers that have a
USERline in their Containerfile I often have to add an argument like:This works fine provided the UID/GID in the container is
1000:1000, but will fail in cases where another id is used, or in cases where there's noUSERline (or it's overridden by--user).I'd like to know if there's a way to dynamically select the container user id for the
keep-idoption, and if not perhaps suggest it be addedBeta Was this translation helpful? Give feedback.
All reactions