-
Notifications
You must be signed in to change notification settings - Fork 74
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 1.6.5+ docker 1.6.1 on Debian Testing does not seem to work #125
Comments
I think this is caused by needing to set the proxy config in /etc/systemd/system/docker.service.d/http-proxy.conf on the newer deb/ubuntu versions which use systemd instead of upstart. I've managed to get docker respecting the proxy by manually adding that file with content like:
... however I don't know Ruby so my attempts to update vagrant-proxyconf to push this out have been unsuccessful so far. |
I've made a pull request #133 which may address this, it works for me but as I say I'm not an experienced Ruby person so I may have made some fundamental errors in it! |
@rahul-amaram-vizury I am sorry, I could not respond. Please tell me the Debian version. |
I don't remember the complete context for this ticket as it has been a long time. I am currently using Debian Testing (stretch). I think I had implemented some workaround for this problem but I'm sorry I cannot recollect it now. |
OK. Ubuntu/Debian Docker official package issue is discussed on #133. |
Is this resolved because having ubuntu 18.04 as guest i still have to manually change it like here: |
Here is the configuration:
Is anything else needed? When I run vagrant using --debug , it shows that the proxyconf plugin got loaded. However, the proxy configuration does not seem to be used by docker. I believe I also restarted docker though I am not sure if this is really needed.
The text was updated successfully, but these errors were encountered: