我在CentOS 7上安装了docker,我遇到了这个问题:
拉图片时出错:获取https://index.docker.io/v1/repositories/library/centos/images:x509:由未知权限签名的证书
我的配置:
在/ etc / sysconfig / docker文件下添加代理
http_proxy = http://login:Password!@< mydomain> :<端口>
https_proxy = http://login:Password!@< mydomain> :<端口>
[root @ localhost~] #journalctl -xe
我有这个:
https://registry-1.docker.io/v2/:由未知权限签署的x509证书
所以任何人都可以帮我找到解决这个问题的方法吗?
答案 0 :(得分:0)
我找到了这个问题的解决方案,所以我下载的代理证书不是我想要访问的网站的代码,我把它放在
下/ etc / pki / ca-trust / source / anchors
然后执行:update-ca-trust force-enable&& update-ca-trust extract
我重启了docker,然后一切正常