docker从私有镜像库pull/push镜像问题:Error response from daemon: Get https://harbor.op.xxxx.com/v2/: x509: certificate signed by unknown authority

环境centos7+docker 1.17

解决方法:
1. 添加https证书,方法自己搜下
2. 加--insecure-registry参数

配置文件位置
/usr/lib/systemd/system/docker.service
ExecStart=/usr/bin/dockerd --insecure-registry harbor.op.xxxx.com

相关文章:

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