Replies: 1 comment
-
|
To avoid using the root user, a new user is created inside the container at image build time, and it defaults to UID 1000. What kind of conflict is happening? Do you get any permission errors inside the container? The only thing that comes to mind is that if your Docker installation does not use user namespace remapping, the nut_webgui process may appear to be running as a host system user. |
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.
-
nut_webgui seems hardcoded to run as user 1000, which conflicts with an already existing user. I see no env or cmdline option to specify "run as uid X gid Y". I must be missing something obvious....
Beta Was this translation helpful? Give feedback.
All reactions