I just received a brand new work laptop and immediately installed the native version of Docker for Windows.
However I am seeing an issue that everytime the new network adapter for Docker via Hyper-V is enabled (vEthernet DockerNAT) then my Wifi Adapter is disabled and therefore I can not access the internet.
Whenever I try to enable the Wifi Adapter it keeps disabling itself immediately, the only way to get my internet back is by deactivating the DockerNAT HyperV Adapter.
This must surely work otherwise they wouldnt have released the Windows Native version publically?
Has anyone experienced this issue and know how to fix it? (This is my first experience with Hyper-V)
A workaround that was reported was to set the DockerNAT virtual switch connection type setup by the installation to Private and the wi-fi connectivity should work again. A more permanent solution is currently being investigated internally within Docker.
After trying all types of remedies advised on internet, and with neither of them fixing the issue, I eventually found that in my case it was 3rd party software (PulseSecure) that was disabling WiFi whenever Hyper-V adapter was active. So, if you have this software installed as well there is a fat chance that it is causing the problem.
You can disable “Pulse Secure Service” service to see if that’s indeed the case, and if that solves your issue.
Thanks to @zqna now I’m going well with my WiFi up and running and Docker too.
I need to use PulseSecure to connect at some offices of my company, so I stopped the service and also changed its start policy to “Manual”.
Me too
MSI GS60, Win 10 Home
I installed hyper v and edited registry to enable Docker Desktop to install yesterday as per Installing Docker on Windows 10 Home
Today the wi-fi adapter (Killer Wireless-n/a/ac 1525 stays enabled but 2 or 3 times shows “No Wi-Fi Networks found” but connects normally after reboot and stays online for a few hours before repeating. Drivers are updated. Disabling and re-enablong does not help. I don’t have PulseSecure but I will try to find out if any other software may be interfering on my machine. I will also try these workarounds now…
Hi all,
Do we have a permanent fix for this? I have to make it working with pulse secure as we use this to connect to client VPN and then run docker to perform other tasks. I tried changing the subnet address but it didn’t work.