Docker Pull上的错误 - “已被另一个客户端拉出的图层” [英] Error on Docker Pull - "Layer already being pulled by another client"

查看:140
本文介绍了Docker Pull上的错误 - “已被另一个客户端拉出的图层”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很熟悉码头工具,并按照网站上的安装说明这里



安装成功完成:

  docker -v 
Docker版本1.8.1,build d12ea79

但是当我尝试运行

  sudo docker运行hello-world 

我得到以下内容:

 无法找到图片hello-world:latest本地
最新:从图书馆/ hello-world拉扯

535020c3e8ad:拉fs层
af340544ed62:图层已被另一个客户端拉。等候。
af340544ed62:图层已被另一个客户端拉。等候。

然后继续无限期挂起。



我已经尝试重新启动服务和整个机器。我总是遇到同样的问题。



任何想法是什么导致这个或如何解决?

解决方案

这似乎已经解决了。很可能是在码头结束时造成的问题。


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?

解决方案

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

这篇关于Docker Pull上的错误 - “已被另一个客户端拉出的图层”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆