-
Notifications
You must be signed in to change notification settings - Fork 72
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
Using docker-machine-driver-xhyve without sudo privledges #74
Comments
@funkymonkeymonk Thanks issue. I'm planning improve. BTW, Do you know the current state of the improvements? sudo chown -R monkey:staff /Users/monkey/.docker |
I'm sorry I don't understand what this means. I looked through the /Users/monkey/.docker directory and it looks like the only thing with root:wheel permissions is |
@funkymonkeymonk Sorry, I do not understand all.
|
|
@funkymonkeymonk I understand:)
and, $ sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
$ sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve |
These commands allowed it to work, but were not configured with |
I planning #64 :) |
Reposted from Homebrew/legacy-homebrew#48002
I installed via the script in the PR and found that because the docker-machine driver requires sudo, the subsequent VM requires sudo for any docker-machine command run against it.
This will create a drastic departure for the workflow of users who are used to running docker commands as non-root. I'm not sure how to best support this workflow.
The text was updated successfully, but these errors were encountered: