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的时候出现没有反应的时候,输入过 control+C已经设置了daocloud上的镜像源
认证0级讲师
Layer already being pulled by another client. Waiting.
another client
是不是其他窗口在pull的
重启docker服务即可
service docker restart && docker pull scrapinghub/portia
根据你描述的情况,可能是你第一次下载不成功,然后你ctrl + c之后再下载出现这样的情况,docker的官方服务器因为GFW的原因下载极为不稳定,建议选择阿里云的docker镜像服务器。或者你购买下vpn等翻墙工具。
docker在pull镜像的时候如果遇到问题被hang,那么其他的pull需要等未完成的pull完成才能继续。所以可以先重启docker,重新pull
不过你既然都用daocloud了,你可以试下他的dao pull,就不会出现这种问题
Layer already being pulled by another client. Waiting.
another client
是不是其他窗口在pull的
重启docker服务即可
service docker restart && docker pull scrapinghub/portia
根据你描述的情况,可能是你第一次下载不成功,然后你ctrl + c之后再下载出现这样的情况,docker的官方服务器因为GFW的原因下载极为不稳定,建议选择阿里云的docker镜像服务器。或者你购买下vpn等翻墙工具。
docker在pull镜像的时候如果遇到问题被hang,那么其他的pull需要等未完成的pull完成才能继续。
所以可以先重启docker,重新pull
不过你既然都用daocloud了,你可以试下他的dao pull,就不会出现这种问题