-
Notifications
You must be signed in to change notification settings - Fork 8
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
docker make fails on OSX 10.10.5 #75
Comments
danielsf
changed the title
docker make failes on OSX 10.10.5
docker make fails on OSX 10.10.5
Sep 7, 2016
After I hack the Dockerfile to use an unassigned group_id, it fails on step 11 with
|
|
I was able to fix the "cannot make the directory" error by adding
before step 11. |
Even after getting
This happens on both OSX and Linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to run
docker/make
on my Mac laptop running Yosemity (OSX 10.10.5). The Dockerfile fails on step 10RUN groupadd -g $GROUP_ID $GROUP_NAME
This is because my user is a part of the group "staff" with group_id=20. Unfortunately, group_id=20 corresponds to the "games" group that comes with the Linux docker container, so running group add results in a "GID not unique" error.
The text was updated successfully, but these errors were encountered: