Skip to content
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

Cannot create a user with custom UID on docker #20248

Closed
bernadinm opened this issue Feb 11, 2016 · 3 comments
Closed

Cannot create a user with custom UID on docker #20248

bernadinm opened this issue Feb 11, 2016 · 3 comments

Comments

@bernadinm
Copy link

I have a docker file that pulls from ubuntu:14.04 and there is a step that creates a user with a custom UID that matches the host system.

When this runs on my laptop, my virtual box machine runs out of space. When I runs it against a baremetal server with enough space, it runs forever.

For example:
Step 16 : RUN useradd -u 2147483632 mapr
---> Running in 62d81744c3e6

Does anyone know whats happening and why it does not complete in seconds?

@GordonTheTurtle
Copy link

If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead.

If you suspect your issue is a bug, please edit your issue description to include the BUG REPORT INFORMATION shown below. If you fail to provide this information within 7 days, we cannot debug your issue and will close it. We will, however, reopen it if you later provide the information.

For more information about reporting issues, see CONTRIBUTING.md.

You don't have to include this information if this is a feature request

(This is an automated, informational response)


BUG REPORT INFORMATION

Use the commands below to provide key information from your environment:

docker version:
docker info:

Provide additional environment details (AWS, VirtualBox, physical, etc.):

List the steps to reproduce the issue:
1.
2.
3.

Describe the results you received:

Describe the results you expected:

Provide additional info you think is important:

----------END REPORT ---------

#ENEEDMOREINFO

@phemmer
Copy link
Contributor

phemmer commented Feb 11, 2016

Yes, see #5419

@bernadinm
Copy link
Author

Thank you @phemmer. I will close this then. Sorry for the duplicate ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants