docker push images login -u harbor 问题记录 https 证书

2023-05-26,,

1.[root@dev-100 Desktop]# docker login -u clouder -p engine harbor.xiaowei.com 2.docker tag busybox:latest harbor.xiaowei.com/lib/xiaoweibusybox:latest

2.denied: requested access to the resource is denied

The push refers to a repository [docker.io/xuming9/ubuntu]

是由于 docker push node2/centos7:v1 这个域名不对,node2不是一个正确的域名,改成www.a.com 就可以了

3.设置docker私有仓库有效配置文件

vim /usr/lib/systemd/system/docker.service

4.docker version : 17.04.0-ce

5.登录命令:docker login   www.a.com

参考: https://www.cnblogs.com/pangguoping/p/7650014.html  不错的文章

docker push images login -u harbor 问题记录 https 证书的相关教程结束。

《docker push images login -u harbor 问题记录 https 证书.doc》

下载本文的Word格式文档,以方便收藏与打印。