Replies: 2 comments 1 reply
-
Here is the approach that i take with the
Then when the container is created by |
Beta Was this translation helpful? Give feedback.
-
You have not said WHY you are trying to create a new user inside your container, but if your new user inside your container is conceptually you, the non-root regular user, you maybe just want to use I do the arbitrary large predictable UID trick to minimize the risk that my UID outside the container (1000) collides with a preset user inside the container (e.g. user |
Beta Was this translation helpful? Give feedback.
-
I am creating rootless container, then creating new user inside and switch to that user. However, new user can not write to the volume anymore.
How should I modify the command I use, so that any user inside container can write to the volume?
Beta Was this translation helpful? Give feedback.
All reactions