-
Notifications
You must be signed in to change notification settings - Fork 289
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
Missing interface in Windows containers (Swarm mode) #2754
Comments
I dug a bit deeper and found out that an interface is missing in the Windows containers. Windows conainer
Linux container
|
I also found this that seems related https://success.docker.com/article/windows-overlay-ping-failure |
When deploying on an actual Windows 1803 server following https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/quick-start-windows-server, there is the missing interface and I am able to reach the outside world. nslookup to other containers still does not work. |
I seem to also be experiencing this issue. DNS lookup is not working on my overlay network. |
@bushelofsilicon On my side it is now working but only with the "real" 1803 server that runs 17.06.2-ee-16.
In the end, it does not work on Docker for Windows because it is missing a network interface so this is issue is still to be addressed |
The Docker hosts are on VMWare. 1803 running 18.03.1-ee-3. The swarm managers are Linux, 18.03.1-ce.
|
Thanks! unfortunately for us it did not fix but now we got all problems solved by running |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
/remove-lifecycle stale
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale comment.
Stale issues will be closed after an additional 30d of inactivity.
Prevent issues from auto-closing with an /lifecycle frozen comment.
If this issue is safe to close now please do so.
Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle stale
|
Problem still remains with 19.03.5 with docker for windows, this is a huge problem IMO because there's not way to have windows docker containers access the local network where other systems could reside |
TBH, they don't seem to care. They made it work in https://www.docker.com/products/docker-enterprise via proprietary code and they have no interest into fixing that. There is a solution but it seems to work only on Windows servers semi-annual. ie 1803, etc... and when you compile it yourself for Windows. Basically, you cannot use their default installer. |
@Rakiah Check your email on the address you have on your profile. |
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. |
Diagnostics ID: F38938EB-2D02-4679-88C2-3E30F5E56D09/20181018174455
Steps:
Then,
docker exec -ti CONTAINER_NAME powershell/sh
Windows side:
Linux side:
Expected behavior
The Windows and Linux side should both have 3 interfaces
Actual behavior
The Windows side only has 2 and is missing the nat(?) interface
Edited to reflect the actual problem
The text was updated successfully, but these errors were encountered: