Failed to Create Docker container- useradd error
VijalPatel opened this issue · 1 comments
VijalPatel commented
Hello,
I am trying to run miktex in docker but getting below error, I set my environment in my docker-compose file as below.
environment:
- USER_ID=joe -u
- GROUP_ID=joe -g
groupadd: invalid group ID 'joe'
useradd: invalid user ID 'joe'
error: failed switching to "joe": unable to find user joe: no matching entries in passwd file
Please help me to solved this issue.
Thanks.
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.