I am installing an image of the container: microsoft / windowsservercore
I'm using the following command to download and install the image:
docker pull microsoft/windowsservercore
However, it does not finish the installation. After a few hours downloading and extracting the package I get the error:
failed to register layer: re-exec error: exit status 1: output: ProcessBaseLayer \? \ C: \ ProgramData \ Docker \ windowsfilter \ 978c7311a5583355b609861f00632bc14551d23ab5cbc711d0304a009156e1cb: This operation was returned because the timeout has expired.
I'm using the following version of docker:
PS C:\Users\gfrancisco> docker version
Client:
Version: 18.03.1-ce
API version: 1.37
Go version: go1.9.5
Git commit: 9ee9f40
Built: Thu Apr 26 07:12:48 2018
OS/Arch: windows/amd64
Experimental: false
Orchestrator: swarm
Server:
Engine:
Version: 18.03.1-ce
API version: 1.37 (minimum version 1.24)
Go version: go1.9.5
Git commit: 9ee9f40
Built: Thu Apr 26 07:21:42 2018
OS/Arch: windows/amd64
Experimental: false
How do I install this image?