Error while is docker pull image

£可爱£侵袭症+ 提交于 2019-12-12 02:49:33

问题


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 !


回答1:


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. 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.



来源:https://stackoverflow.com/questions/36524811/error-while-is-docker-pull-image

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