欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 健康 > 美食 > 解决docker拉取readeck镜像报Error response from daemon: toomanyrequests问题

解决docker拉取readeck镜像报Error response from daemon: toomanyrequests问题

2024/10/24 4:55:57 来源:https://blog.csdn.net/qq_37195257/article/details/143175419  浏览:    关键词:解决docker拉取readeck镜像报Error response from daemon: toomanyrequests问题

readeck 是一个内容中心,目前已支持中文翻译

这是本地化部署后的效果:

原命令为:

docker run --rm -ti -p 8000:8000 -v readeck-data:/readeck codeberg.org/readeck/readeck:latest

Unable to find image 'codeberg.org/readeck/readeck:latest' locally
docker: Error response from daemon: toomanyrequests: <!DOCTYPE html>
<html class="codeberg-design">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <meta name="viewport" content="width=device-width" />
  <title>429: Too many requests</title>
  
  <link rel="icon" href="https://design.codeberg.org/logo-kit/favicon.ico" type="image/x-icon" />
  <link rel="icon" href="https://design.codeberg.org/logo-kit/favicon.svg" type="image/svg+xml" />
  <link rel="apple-touch-icon" href="https://design.codeberg.org/logo-kit/apple-touch-icon.png" />

  <link rel="stylesheet" href="https://design.codeberg.org/design-kit/codeberg.css" />
  <script defer src="https://design.codeberg.org/design-kit/codeberg.js"></script>
  <script defer type="module" src="https://design.codeberg.org/components/codeberg-components.js"></script>

  <link href="https://fonts.codeberg.org/dist/inter/Inter%20Web/inter.css" rel="stylesheet" />
  <link href="https://fonts.codeberg.org/dist/fontawesome5/css/all.min.css" rel="stylesheet" />
</head>
<body>
  <div class="page-wrapper d-flex align-items-center"> 
    <div class="content">
      <h1>:(</h1>
      <h2 class="content-title">
        You sent too many requests to Codeberg.
      </h2>
      <p>
        We are sorry for the inconvenience, but the wild west situation around the AI gold rush has prompted many big players to "simply crawl the web". Their massive resources can cause traffic that is much more than Codeberg can handle. It was a difficult decision for us, but we started to block suspicious traffic more aggressively to keep Codeberg available and performant to most of our users. And your traffic was also suspicious to us.
      </p>
      <p>
        If you run into this error for the first time, wait about half an hour and try again. If you keep running into this with your normal usage, please contact us so that we can improve our rate limiting. Write to us: <a href="mailto:codeberg@codeberg.org">email codeberg@codeberg.org</a>, <a href="https://social.anoxinon.de/@codeberg">Mastodon</a> or our <a href="https://matrix.to/#/#codeberg.org:matrix.org">Matrix channel</a>.
      </p>
      <p>Thank you for your understanding.</p>

解决办法:

用官方的镜像仓库拉取

后台运行模式:

docker run --rm -d -p 8000:8000 -v readeck-data:/readeck code.readeck.org/readeck/readeck:latest

前台交互运行:

docker run --rm -ti -p 8000:8000 -v readeck-data:/readeck code.readeck.org/readeck/readeck:latest

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com