I am using Docker for windows 10 on my laptop connected to work using VPN. I have the latest docker version. I have virtualization enabled on my laptop.
when I try to pull any docker image I get this error. Can’t we create docker images/pull docker images from docker hub if the laptop is connecting using VPN?
Unable to find image ‘hello-world:latest’ locally
C:\Program Files\Docker\Docker\resources\bin\docker.exe: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See ‘C:\Program Files\Docker\Docker\resources\bin\docker.exe run --help’.
PS C:\WINDOWS\system32>
Thank You
basam nath