Docker on windows - not able to pull or run

I have a fresh new win2k16, containers enabled and docker installed.
Whenever I do a simple pull or run I get

PS C:\Users\myuser> docker pull alpine

Using default tag: latest
latest: Pulling from library/alpine

error pulling image configuration: Get https://dseasb33srnrn.cloudfront.net/registry-v2/docker/registry/v2/blobs/sha256/
ba/baa5d63471ead618ff91ddfacf1e2c81bf0612bfeb1daf00eb0843a41fbfade3/data?Expires=1481548220&Signature=HRXUxPCUYw7OjjB0ep
oFCHFwthLK7B4cAzMFBOiKgkQOmr4~RBbltQSwgB4Xho~sK2VakeIvH9gyMf7b4IdpucBMgzttbcI3TP1TQ-335-DfsAn7QYvWB8eLAhfkYDg-86UmeTkYel
fbp4etV5QVC69tkWPA4QpCJwAZC591bCY_&Key-Pair-Id=APKAJECH5M7VWIS5YZ6Q: dial tcp 54.192.129.107:443: i/o timeout

Hi cqn somebody respond to this? It has been more than 1 month I am waiting for a minimum info
thanks

If you’re on Windows Server running the Docker engine natively on Windows, the alpine image is not going to run. Instead try to run docker run -ti microsoft/windowsservercore powershell.

The error you’re getting seems unrelated though.

What’s your environment? Any reason (proxies, etc) why you wouldn’t be able to access something on cloudfront on port 443?

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”]}
}

Hi Michael,

I have just responded to you

Regards,

Salam

Hi, can somebody help, this is very annoying, not able to run a basic run command on win2k16