简体   繁体   English

docker pull image时出错

[英]Error while is docker pull image

I have taken docker login and : docker pull xxx/image_name , but I got eror: 我已经使用了docker login和: docker pull xxx/image_name ,但是得到了错误:

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

I have searched on google but no luck, 我在Google上搜索过,但没有运气,

Please give me some suggestions, thanks in advance ! 请给我一些建议,谢谢!

This problem may occur for two reasons, as described in this link : 可能由于两个原因而出现此问题,如此链接中所述

User has their Default Repository Visibility set to Private and they push a new repository using the Docker CLI. 用户将其默认存储库可见性设置为私有,然后使用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. 私人存储库当前订阅计划的付款收款下降。

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. 如果以上两种方法均与您的问题无关,请发送电子邮件至billing@docker.com。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM