-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
[BUG] Problem with system group #103
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Changing PUID and PGID the server starts despite the existing group error; but it does not accept any of the generated keys always giving the permissions denied error: docker compose:
container log:
/etc/passwd:
/etc/group:
|
the current solution to the problem is to use a different username with access via password and everything works normally docker compose:
container log:
/etc/passwd:
/etc/group:
|
Is there an existing issue for this?
Current Behavior
When I specify a username that matches a system group name, usermod fails with an error
Expected Behavior
An error should be raised and the container should exit
Steps To Reproduce
Set USERNAME is "www-data", the same name is an existing group in the system
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: