-
Notifications
You must be signed in to change notification settings - Fork 462
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
With* methods don't work with containers #128
Comments
This is going to be a pain. It appears that |
related: moby/moby#40007 |
@karolz-ms for DCP on Linux we might need to invoke with |
@adityamandaleeka is @BrennanConroy planning to pick up app model work? David suggests this might be a good one to start with. Preview 2 cc is Tues 12/5 |
We believe DCP work is done. |
I do not think so/don't recall us adding this option on DCP side |
This wasn't the one @danmoseley , it was the command line args for containers 😄 |
argh -- thanks for the correction. don't mind me, just dropping in and causing chaos in the issues |
Mitigation in place #1203 |
This may end up being the long-term solution since we're going through proxies here. I'm going to close this as resolved for now and we can track another networking support in containers here |
I was testing a project converter to container locally and I realized that it doesn't work because we pass the localhost address instead of using the host address (host.docker.internal). Localhost is local to this container so this always blows up.
The easiest fix here would be to always use
host.docker.internal
instead of localhost for anything that runs in a container. Injecting different environment based on the consumer might be a bit more difficult...cc @karolz-ms
The text was updated successfully, but these errors were encountered: