bash-3.2$ docker pull scrapinghub/portia
Using default tag: latest
Pulling repository docker.io/scrapinghub/portia
5c46b4ea62e2: Layer already being pulled by another client. Waiting.
之前pull的時候出現(xiàn)沒有反應(yīng)的時候,輸入過 control+C
已經(jīng)設(shè)置了daocloud上的鏡像源
認(rèn)證0級講師
Layer already being pulled by another client. Waiting.
another client
Are other windows pulling?
According to the situation you described, it may be that your first download was unsuccessful, and then you tried ctrl + c and then downloaded again. The download of the official docker server is extremely unstable due to GFW. It is recommended to choose Alibaba Cloud’s docker image. server. Or you can buy a VPN or other circumvention tools.
If docker encounters a problem and is hung when pulling the image, then other pulls will need to wait for the unfinished pull to complete before they can continue.
So you can restart docker first and pull again
But since you are already using daocloud, you can try its dao pull, and this problem will not occur