Tom
|
[root@pxe ~]#
docker login #################################################################################### [root@pxe ~]# docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZEtangjiaxing/centos-mysql latest a6560aaa63a2 44 minutes ago 2.136 GB tangjiaxing/centos test 9ba0fbfe5ea9 4 hours ago 448.1 MB centos centos5 5a1ebaa356ff 13 days ago 484 MB centos centos7 70214e5d0a90 2 weeks ago 224 MB centos latest 70214e5d0a90 2 weeks ago 224 MB centos centos6 68eb857ffb51 2 weeks ago 212.7 MB [root@pxe ~]# #####################################################################################
在https://index.docker.io创建的仓库是tangjiaxing669/mysql
##################################################################################### [root@pxe ~]# docker push tangjiaxing/centos-mysql:latestThe push refers to a repository [tangjiaxing/centos-mysql] (len: 1) Sending image list 2014/09/23 07:19:04 Error: Status 403 trying to push repository tangjiaxing/centos-mysql: "Access Denied: Not allowed to create Repo at given location" [root@pxe ~]# ###################################################################################### 执行上传命令docker push 后,就提示访问拒绝,说什么在给定的位置上不允许创建repo.................求助大神,这是什么意思啊??????
|
磨刀
|
sudo docker push learn/echo .
like this? not success |
