Error on Docker Pull - “Layer already being pulled by another client”

本小妞迷上赌 提交于 2019-12-23 12:38:15

问题


I'm new to docker and have followed the installation instructions on their site here.

The installation completed successfully:

docker -v
Docker version 1.8.1, build d12ea79

but when I try to run

sudo docker run hello-world

I get the following:

Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world

535020c3e8ad: Pulling fs layer 
af340544ed62: Layer already being pulled by another client. Waiting. 
af340544ed62: Layer already being pulled by another client. Waiting.

This then continues to hang indefinitely.

I have tried restarting the service and my entire machine. I always get the same problem.

Any idea what's causing this or how to resolve?


回答1:


This command helped on my end on Ubuntu 14.04 (Docker version 1.8.1, build d12ea79):

sudo restart docker



回答2:


This seems to have now resolved itself. Quite possibly it was caused by a problem at docker's end.



来源:https://stackoverflow.com/questions/32183390/error-on-docker-pull-layer-already-being-pulled-by-another-client

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!