[[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
k8s报错x509: certificate signed by unknown authority
修改成私有仓库的域名
hosts文件中也要写上

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
  • 2021-05-02
  • 2021-06-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-06
  • 2021-08-08
  • 2022-01-21
  • 2021-05-27
  • 2022-12-23
相关资源
相似解决方案