-
Notifications
You must be signed in to change notification settings - Fork 61
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
Vagrant executing docker commands fails #12
Comments
Okay - it seems like a second |
What are you trying to do? Create a host vm that can be used on non-Linux hosts when using Vagrant's Docker provider? Not sure if that made sence; for more info read the last section in http://docs.vagrantup.com/v2/docker/basics.html |
Yes, that's what I'm doing. More about this can also be read here: |
I'm getting similar errors using VMWare Fusion:
Trying |
See this answer: hashicorp/vagrant#3998 (comment) |
@fracz could you maybe post your final working Vagrantfile here or in a gist? I'm experiencing the same problem and couldn't really figure out where to add the login/logout bit... |
@dklots, I did not automate this process, I have just rebooted the system (which implies login/logout). |
Sorry for commenting on an old issue, but was running into this problem now, with 1.7.4. |
@ddmrs I don't know if this was ever really fixed, but the workaround described here in this comment worked/works for me (it can be used to force vagrant to logout and login again after docker is installed and the docker group added to the vagrant user): hashicorp/vagrant#3998 (comment) |
This is the Vagrantfile for my docker host running via VirtualBox:
When running this, Vagrant throws this error after Docker was installed on the VM:
Any idea why this happens and/or how I can fix it? Thanks a lot!
The text was updated successfully, but these errors were encountered: