自学内容网 自学内容网

docker pull rabbimq镜像失败

在使用docker pull rabbitmq的镜像的时候,找了好多源,都报错如下:

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

解决办法:

修改vim /etc/docker/daemon.json如下:

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

systemctl daemon-reload && systemctl restart docker


原文地址:https://blog.csdn.net/caohuixue_2021/article/details/140315575

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!