docker拉动图像时出错 [英] Error while is docker pull image

查看:186
本文介绍了docker拉动图像时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经采取了 docker登录和: docker pull xxx / image_name ,但我收到了错误:

I have taken docker login and : docker pull xxx/image_name , but I got eror:

Error: Status 403 trying to pull repository xxx/image_name: "\"The Repository is Locked, access denied\

我在谷歌搜索但没有运气,

I have searched on google but no luck,

请给我一些建议,谢谢提前!

Please give me some suggestions, thanks in advance !

推荐答案

由于两个原因,可能会出现此问题,如在此链接中

This problem may occur for two reasons, as described in this link:

用户将其默认存储库可见性设置为私有,并使用Docker CLI推送新的存储库。如果您没有任何免费的私人存储库可用,则由于默认的私有可见性,新的存储库将被锁定。

User has their Default Repository Visibility set to Private and they push a new repository using the Docker CLI. If you don't have any free private repositories available, then the new repository will become locked due to the visibility defaulting as Private.

当前订阅的付款收集下降计划私有资料库。

Decline in payment collection for the current subscription plan for the private repositories.

如果遇到这样的问题,请将您的默认存储库可见性更改为Public,然后将映像推送到公共存储库。如果您需要存储库保持私有状态,请确认您有足够的私有存储库可用,并且您的计费是最新的。如果这两种方法都不符合您的问题,请发送电子邮件至billing@docker.com。

If you encounter such a problem, please change your default repository visibility to Public and push your image to a public repository. If you need the repository to remain private, confirm you have enough private repositories available and that your billing is current. If neither of these methods are relevant to your issue please send an email to billing@docker.com.

这篇关于docker拉动图像时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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