-
Notifications
You must be signed in to change notification settings - Fork 290
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
pulling images sometimes gets stuck #813
Comments
I also saw the following in the log when it's stuck, no idea if this is related/helpful:
|
similar behaviour: |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
/remove-lifecycle stale |
Facing the same issue over here. |
Same issue for me:
|
I found that, at least on Windows 10, that if a docker gets stuck downloading an image, I'm able to force-quit the EDIT: |
Same issue for me. every time i try and try but same result. i am using windows 10 : $ docker pull mysql:5.7 |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Same here: C:\Windows\system32>docker pull microsoft/dotnet-framework:4.6.2-runtime-windowsservercore-ltsc2016 Report Id: 61D96729-F48C-4746-8036-A3DE264B6608/20181018110138 |
Disabling the antivirus solved this issue for me. |
Until now all we've seen are workarounds and the best is probably the one from @MatthewLymer |
Same problem running docker info:
|
still happening. I'm running from minikube
|
also having this with docker + windows 2016 ami on aws same image microsoft/dotnet-framework:4.6.2-runtime
Always gets stuck at extracting
|
/remove-lifecycle stale |
Same issue here on Windows Server 2019 |
Same issue on Windows Server 2019 too. |
Same issue Windows 7 Enterprise 64-bit (6.1, Build 7601) |
https://stackoverflow.com/questions/50530262/docker-daemon-windows-7-concurrent-downloads Passing extra argument |
While I wouldn't call this a fix, it's a good workaround for those of us in trouble. Thanks for teaching this ! |
Problem still exists. I have quite fresh installation of windows. Installed docker today to run Gitlab CI/CD runner, cannot pull a single image. |
For what it's worth: I only had this issue when using windows containers. Switching to linux containers (and pulling linux images) works fine. I managed to pull images for windows by running the Docker Daemon in elevated mode - although it took at least 20 minutes to pull the image (in my case, |
I have had this issue when pulling Linux containers as well ( I am also seeing the same error as other users in the logs: Sometimes the pull fails silently, but often I get this message which coincides with the vpnkit error in the logs.
I am running the latest version of Docker for Windows. Logs:
|
Leaving a comment here since this is happening to me as well. On an additional note, seems like restarting the daemon helps: Still, restarting the daemon shouldn't be needed. |
In our environment, downloading a certain layer (200+MB) ALWAYS stuck at about 100MB progress and |
Same issue and same image |
Facing the same issue while pulling the docker image it stuck all the time, please fix this problem. It's very annoying. |
I'm the same problen on Win10. I can't pulling nothing. |
@tineo I found a way to solve this problem, apply the following changes.
This will initialize only one download at a time. Note: These steps are for Docker App, not for Docker ToolBox |
/remove-lifecycle stale |
Setting "max-concurrent-downloads" to 1, didn't resolve the issue on a windows 10 pro machine. Followed @MatthewLymer 's advice and kept killing the vpnkit.exe so that the process would "restart" download and complete eventually! |
@kkn4 Setting "max-concurrent-downloads" to 1. Works for me on a Win 10 Pro. |
agreed... a retry/timeout mechanisim and saved chunks should be implemented |
I experienced this issue when using Docker for Windows on Windows 7. My host machine running out of memory and pausing the docker machine. I assume this behaviour enforced by Virtualbox to prevent the host running out of memory.
|
I had the same error and installing Golang and adding it to the $PATH variable in the /etc/profile fixed it for me. Hope that helps someone. |
Issues go stale after 90 days of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
/remove-lifecycle stale |
Issues go stale after 90 days of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
/remove-lifecycle stale |
Still happens to me, I tried all the suggestions here, for now without success. On Windows 10. |
/lifecycle frozen |
🔥🔥🔥🔥🔥🔥🔥🔥🔥 Well... I've almost tried all the solutions mentioned above. What finally worked for me is,I have quit the UNTILI pressed up arrow key on my keyboard. 🎉🎉🎉🎉🎉🎉That finally finished the downloads. Hope it helps! 🎉🎉🎉🎉🎉🎉 |
I cannot believe this worked but it did |
I had this issue on mac and was able to pin it down to switching my antivirus over to Kaspersky some weeks back. If you pause protection, it works just fine. |
The problem still happens and this unexpected solution is still working 😄🥇 |
It's docker's Konami code. |
I'm on an M1 mac and none of this worked for me!!! What fixed it was resetting my Github SSH key!Why did this work? I don't know and I don't care, hope it helps someone else! I followed the Github guide's here - |
I'm on Linux Mint and regenerating ssh keys worked for me. I tested all other options (Reinstall docker, run dockerd with concurrent-downloads == 1, restart docker mid download, press up arrow) and none of them had any impact. |
I know this is a Windows thread but my searching brought me here and figured I'd note that on OSX 13.4 Docker v24.0.2 with BuildKit disabled (because that was causing other image download issues) I was having the same issue and setting |
I am on my windows 10 Pro and I am using docker over WSL2. I couldn't find vpnkit.exe file or process. I found out that my docker is pending an update to version 4.22.1 so once I downloaded and installed the update "docker pull" command started working again! |
Expected behavior
docker pull redis:latest
should pull the image.
same for
docker pull mongo:3.2
docker run hello-world
pulls and runs the container successfullyActual behavior
Pull gets stuck:
Information
01FBB77B-D542-4FD5-BA74-DFA1DEDEC377/2017-06-12_16-53-15
Windows 10 Enterprise
Version 1511
OS Build 10586.916
docker info
output:Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: