Open derinbay opened 6 years ago
I have the same error... Did you find a solution? I am on VirtualBox with Ubuntu 18.04.
@kevinimbrechts I limit the parallel download of layers to 1 as a workaround. After that, pulling the images are working fine, but slower of course.
sudo dockerd --max-concurrent-download 1
@derinbay Thank you but it's not working for me. I added "max-concurrent-downloads":1
in my daemon.json
file and docker pull
try to pulling 1 layer but it's stuck yet.
docker pull buildpack-deps:sid-scm
sid-scm: Pulling from library/buildpack-deps
26254fbb7f1e: Downloading [===> ] 2.948MB/48.65MB
bb95abe62cf6: Waiting
b1dbb6315c68: Waiting
4e01fadb9041: Waiting
Ok, I had selected "Nat network" network access mode in VirtualBox but I have to select "NAT".
Expected behavior
Finish pull process successfully
Actual behavior
While downloading packages, it stucks after a while for a package. The package is not the same when retrying. This is not happening on small images, I experienced this on images more than 500 mb. When I checked the http traffic with wireshark, I see that there are resets, and some packages are not coming from your server.
Wireshark output after stuck:
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
The host machine is in a VMware platform
PS: No, docker restart is not fixing the issue.