Problem installing Docker image

Asked

Viewed 231 times

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?

1 answer

0

Already tried to execute command:

docker pull mcr.microsoft.com/windowsservercore-insider:latest

Source: https://hub.docker.com/r/microsoft/windowsservercore-insider/

Remembering that Docker should be installed by following the steps of Docker.

And also if you can’t and the problem persists try to execute the commands via the Dockertoolbox, is an exclusive terminal Docker, have gone through some situations where the windows cmd did not meet my needs for using the Docker.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.