[[email protected] harbor]# docker login https://hub.bosssoft.com
Username: admin
Password:
Error response from daemon: Get https://hub.bosssoft.com/v2/: x509: certificate signed by unknown authority
修改这个可以解决上面的报错
/usr/lib/systemd/system/docker.service
ExecStart=/usr/bin/dockerd --insecure-registry hub.bosssoft.com
修改成私有仓库的域名
hosts文件中也要写上
相关文章
- k8s报错x509: certificate signed by unknown authority
- go使用websocket遇到dial:x509: certificate signed by unknown authority
- Error response from daemon: Get https: x509: certificate signed by unknown authority
- docker push 出现:x509: certificate signed by unknown authority
- docker从私有镜像库pull/push镜像问题:Error response from daemon: Get https://xxxx.com/: x509: certificate signed by unknown authority
- gitlab runner使用docker报错(x509: certificate signed by unknown authority)定位