简体   繁体   中英

Docker push failed due to “access denied… private image”

I am part of an organization on Docker Hub and am trying to push a new image to the repository. Here is the commands I am running:

$ docker login
Username (<username>): <username>
Login Succeeded
$ docker push <org-name>/<repo-name>:<tag-name>
The push refers to a repository [<group name>/<image name>] (len: 1)
Sending image list
FATA[0003] Error: Status 400 trying to push repository <group name>/<image name>: "Access denied: <hash> is a private image"

I've searched for this error message and not found anything. What does the error mean? I've also searched for "private image" and not found any official documentation on them.

不是最佳答案,但是我升级到Docker 1.6,从而解决了该问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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