问题
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