Not able to pull docker windowscoreserver base image in Windows Server 2016

I am trying to pull Windows Server Core base Image in Windows Server 2016 after running docker.

But I hit the error as in the image attached.

Hello @avik.dey
Wich version of docker you are running? If you are not using the latest 1.12.2 beta of docker, please try to switch to it and let me know if the issue still exists

Okay. Let me check it out. My version is as below:

Client:
Version: 1.12.0-dev
API version: 1.24
Go version: go1.5.3
Git commit: 8e92415
Built: Thu May 26 17:08:34 2016
OS/Arch: windows/amd64

Server:
Version: 1.12.0-dev
API version: 1.24
Go version: go1.5.3
Git commit: 8e92415
Built: Thu May 26 17:08:34 2016
OS/Arch: windows/amd64

I mean the docker version used
You can check it using
$ docker version

The issue is resolved.