-
Notifications
You must be signed in to change notification settings - Fork 287
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
Unable to access containers on 10.0.75.2 #5560
Comments
This looks like the same as #5538 ? |
Thanks @mat007 ! That looks super-similar. And explains my confusion re: Docker NAT not being there - the docs are clearly incorrect! This is slightly different only in that we're trying to use an ip rather than localhost (10.0.75.2) to access the containers. It certainly seems like it'll be the same underlying issue, though. Thanks, I couldn't find the issue by searching (I did try!!). |
Yeah, I've downgraded to 2.1 and 10.0.75.2 is working again (and I can see Docker NAT - the thing the docs don't tell you how to fix if its missing!) I realise its impossible to please everyone all the time, but a 'breaking change' notice that the Docker NAT is going away and 10.0.75.2 won't respond any more in the release notes would have been amazing 😄. |
I understand your pain, sorry about this and thank you for taking it that great! |
No problem, as I said on the other bug, it did seem like we were relying on something not mentioned in the docs (much) - making us a bit this guy: https://xkcd.com/1172/ 😆 |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Docker Version 2.2.0.0 (42247).
Windows Version 10.0.18362 Build 18362.
Expected behavior
I can access my containers on http://10.0.75.2:xxxx as I used to be able to in version .
Actual behavior
I get
This site can’t be reached 10.0.75.2 took too long to respond. ERR_CONNECTION_TIMED_OUT.
As a side note - in the troubleshooting documentation, networking section, step 3. Ensure DockerNAT is enabled by checking the Virtual Switch Manager on the Actions tab on the right side of the Hyper-V Manager. Isn't very helpful, as the
Virtual Switch Manager...
button contains no mention of a Docker NAT - and the troubleshooting instructions don't mention what to do in that case.The text was updated successfully, but these errors were encountered: