-
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
Incompatible with CoreOS #35
Comments
@artribou thanks for the report! I haven't played with CoreOS yet at all, so I have to study a bit. But it seems that /etc is mounted read-only. Do you have a link to a CoreOS box or AMI that I could use for testing? |
Yep, here's the box I was using: https://github.com/coreos/coreos-vagrant |
@artribou what should vagrant-procysonf do with CoreOS? The whole root partition is read-only and not supposed to be modified. I can disable vagrant-proxyconf env var writing in CoreOS but currently I have no idea if we can do something else. =) |
I understand. I've been fighting with it for a week now and knew it was a long-shot request anyway. From behind a proxy, I'm not able to use any of the "docker pull", "docker search", etc. commands to download new docker images to the CoreOS VM. This is more likely to be an issue that should be resolved on the CoreOS or Docker side. |
This is probably related: moby/moby#1852 |
So I just disabled writing the environment variables on CoreOS. Let's revisit the situation when Docker supports proxies. Or if someone has other ideas. |
I'm receiving the following error when attempting to apply proxy settings to a CoreOS VM:
Manually adding HTTP_PROXY and HTTPS_PROXY variables do not appear to work with CoreOS either.
The text was updated successfully, but these errors were encountered: