试图推动Docker被“拒绝:请求对资源的访问被拒绝”,即使已登录

时间:2019-03-01 10:43:37

标签: docker

我有一个在本地构建的图像,但是即使我已登录也不能推送它。

$ docker image ls
REPOSITORY                TAG                 IMAGE ID            CREATED             SIZE
voyen/client-management   latest              5c84a2c3546c        5 seconds ago       640MB

然后我成功登录并尝试推送

$ docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: voyen
Password: 
WARNING! Your password will be stored unencrypted in /home/andrei/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
$ docker push voyen/client-management:latest
The push refers to repository [docker.io/voyen/client-management]
3d081147e901: Preparing 
0027ee5a2387: Preparing 
19af2ea5c48a: Preparing 
b98fdbf8cf7f: Preparing 
ad6eaafe7ab3: Preparing 
57eab9d93a79: Waiting 
364be905de1c: Waiting 
6257fa9f9597: Waiting 
578414b395b9: Waiting 
abc3250a6c7f: Waiting 
13d5529fd232: Waiting 
denied: requested access to the resource is denied

我想念什么吗?

0 个答案:

没有答案
相关问题