2
I’m installing a container image: microsoft/windowsservercore
I am using the following command to download and install the image:
docker pull microsoft/windowsservercore
But it does not finish the installation. After a few hours downloading and extracting the package I have the error:
failed to Register layer: re-exec error: Exit status 1: output: Processbaselayer ? C: Programdata Docker windowsfilter 978c7311a5583355b609861f00632bc14551d23ab5cbc711d0304a009156e1cb: This operation was returned because time limit 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 can I install this image?