Hello, so I’m trying to use Docker to test my app. My issue is I can’t download docker to do so. When I click on the “Install for windows” button, it’ll load forever. I’ve waited for 30 minutes so far, yet no avail. Can someone tell me a fix/workaround for this?
It can be some kind of network issue between desktop.docker.com and your machine or a firewall which blocks downloading exe files. You could
try a VPN
try a other browser or private window
try to copy the link address (right click and Copy link address or similar) and download it from a terminal
Disable your firewall on Windows (I know for a very short time until you try t download the desktop)
Use an other machine to download the Desktop
try nslookup from a terminal like: nslookup desktop.docker.com to see if the domain name can be resolved. If not, try to change your DNS settings to use an other DNS server. For example: 8.8.8.8 from Google.