一、拉取镜像失败

Trying to pull repository docker.io/library/nginx ...
Get https://registry-1.docker.io/v2/: x509: certificate signed by unknown authority

docker拉取镜像失败

二、解决方法

配置daemon.json

vim /etc/docker/daemon.json

  {
      "registry-mirrors": ["https://8f6a79wk.mirror.aliyuncs.com"]
  }

相关文章:

  • 2021-12-22
  • 2021-07-22
  • 2022-12-23
  • 2021-08-06
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-02
  • 2021-08-20
  • 2021-07-24
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2021-08-05
相关资源
相似解决方案