Hi,
Thanks for your response, I have no proxy, windows firewall completly disabled, I can ping external domains, I can browse ant website from the VM.
I tried just now the command you recommended, got the same exact error
PS E:\projects\test> docker run -ti microsoft/windowsservercore powershell
Unable to find image ‘microsoft/windowsservercore:latest’ locally
latest: Pulling from microsoft/windowsservercore
C:\Program Files\Docker\docker.exe: error pulling image configuration: Get https://dseasb33srnrn.cloudfront.net/registry-v2/docker/registry/v
…: dial tcp 205.251.219.16:443: i/o timeout.
Also, I typed the whole string in the browser
https://dseasb33srnrn.cloudfront.net/registry-v2/docker/registry/v2/blobs/sha256/7b/…~Yw
mck4m0_&Key-Pair-Id=APKAJECH5M7VWIS5YZ6Q
I think I am getting a right response as follows
{“config”:
{“Hostname”:“”,“Domainname”:“”,
“User”:“”,
“AttachStdin”:false,
“AttachStdout”:false,
“AttachStderr”:false,
“Tty”:false,
“OpenStdin”:false,"
StdinOnce":false,
“Env”:null,
“Cmd”:[“c:\windows\system32\cmd.exe”],
“Image”:“”,
“Volumes”:null,
“WorkingDir”:“”,
“Entrypoint”:null,
“OnBuild”:null,“Labels”:null},
“created”:“2016-12-13T02:22:59.7247481-08:00”,
“os”:“windows”,
“os.version”:“10.0.14393.576”,
“rootfs”:{“type”:“layers”,
“diff_ids”:[“sha256:f358be10862ccbc329638b9e10b3d497dd7cd28b0e8c7931b4a545c88d7f7cd6”,“sha256:de57d9086f9a337bb084b78f5f37be4c8f1796f56a1cd3ec8d8d1c9c77eb693c”]}
}