-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to pull docker images of microsoft/nanoserver or #874
Comments
|
See moby/moby#28892 |
Seeing the same issue |
Here is what I get:
docker version:
|
@johnsimons See moby/moby#27527 Edit: Make sure you have the latest Windows Updates and confirm the error message. It's slightly different than the linked issue, so I'll have to confirm if it is the same issue. |
@darrenstahlmsft I have the latest windows updates. |
@johnsimons Can you open a new issue on https://github.com/docker/docker/issues with all the requested info there please? This seems like it might be a different issue than I suspected above. |
Found any solution? Still got the same issue on Windows Nano Server |
@thorstenhillmann Which issue? There's two in this thread. This initial issue:
when attempting to pull Microsoft/nanoserver on a Linux daemon is to be expected. Linux daemons (including Docker for Windows while in Linux container configuration) do not support pulling Windows images. The other issue reported in the comments:
doesn't have enough info for me to help. If this is the issue you are experiencing can you open an issue on https://github.com/docker/docker/issues filling in the template there with all the requested info? |
@darrenstahlmsft question was indeed regarding the second issue. I´m trying to pull microsoft/nanoserver on a Windows Nano host. Upfront already some info:
As requested I´ll open an issue |
does the issue "This operation returned because the timeout period expired." was solved? |
yes
2017-09-22 13:56 GMT+02:00 Dmitry Korinets <[email protected]>:
… does the issue "This operation returned because the timeout period
expired." was solved?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#874 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFnngVU5h4EDXv2hdXRzMg6Rlsr68qaqks5sk6BogaJpZM4K6fXX>
.
|
Could You tell me how You did it? |
You switch to Windows Containers before pulling the image. Windows images
needs Windows Container Mode. And Linux needs Linux Container mode.
2017-09-25 7:46 GMT+02:00 Dmitry Korinets <[email protected]>:
… Could You tell me how You did it?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#874 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFnngamouc20MyK4Y4D5uZjlFfa4O7ryks5slz5AgaJpZM4K6fXX>
.
|
@dkorinets for the I think this issue can be closed, as it has a resolution (use Windows container mode, not Linux container mode), and recent versions of Docker have a better error message to diagnose the problem. |
Kernel Version: 10.0 14393 (14393.1770.amd64fre.rs1_release.170917-1700) I use Windows container mode, but still have same error docker : failed to register layer: re-exec error: exit status 1: output: ProcessBaseLayer C:\ProgramData\Docker\windowsfilter\7b7997d5b4070baf585d700982332cb8b5ee0940ff5dec8b431b46fbad93fc42: This operation returned because the timeout period expired.
|
Switching to Windows containers in Docker didn't fix the issue for me in Docker It doesn't work for PS C:\> docker run -it microsoft/nanoserver
Unable to find image 'microsoft/nanoserver:latest' locally
latest: Pulling from microsoft/nanoserver
bce2fbc256ea: Extracting [==================================================>] 252.7MB/252.7MB
53a0ccfb7e6f: Download complete
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: failed to register layer: re-exec error: exit status 1: output: ProcessBaseLayer C:\ProgramData\Docker\windowsfilter\ad6d37c03cfa6ec711abe544b1fb26492446ccb9276a2e63d5874c7e7704b45d: The parameter is incorrect.
See 'C:\Program Files\Docker\Docker\Resources\bin\docker.exe run --help'. |
I am using window 10 with 1809 build version, i am unable to pull any image, when i switch to windows container., neither on my local machine nor remote server. But pulling image command work correctly when i switch to linux container. If you need more information let me know |
We are clearing up our old issues and your ticket has been open for one year with no activity. Remove stale label or comment or this will be closed in 15 days. |
Anyone else having the same problem?
Its only retrying over and over again...
Same for microsoft/windowsservercore
The text was updated successfully, but these errors were encountered: