报异常为:Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit说明镜像拉取手打限制

解决方式:

在当前目录下新建daemon.json,打开文件,将

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

复制到目录该文件下,然后一次执行

sudo systemctl daemon-reload
sudo systemctl restart docker

在尝试拉取镜像。

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐