从3月1日起,Docker限制了Docker Hub的10/HR/IP的限制为10/hr/ip
Docker limits unauthenticated pulls to 10/HR/IP from Docker Hub, from March 1

原始链接: https://docs.docker.com/docker-hub/usage/

Docker Hub强制执行拉力限制,以确保合理的资源使用情况。从2025年4月1日开始,Pro,Team和Business用户以合理使用政策获得无限的拉力。在此之前,对于免费用户而言,拉动限制适用:未经身份验证的用户仅限于每小时10次拉动,而身份验证的免费帐户每小时可获得100次拉动。专业,团队和业务计划享受无限的公共和私人存储库,而个人帐户可以拥有无​​限的公共存储库和一个私人仓库。未经验证的用户无法创建存储库。 Docker Hub还在所有帐户类型中实现滥用率限制,将请求限制为HUB属性(网页,API,拉动)至每个IP地址的每分钟每分钟。超过拉的限制会导致特定的错误消息,而超过滥用限制会触发429个错误。过多的数据传输,拉率或存储可能会导致节流或其他费用。

Docker最近从Docker Hub推出的限速图像引发了争议。虽然带宽很便宜,但Docker提供的托管和分发社区软件的免费服务创造了强大的依赖性,尤其是在缺乏复杂缓存的独立开发人员和NAS用户中。挫败感源于对免费和无限制访问软件的期望,这是Linux软件包经理和语言库经理建立的规范。 尽管Docker强调了公告中的拉力限制,但它埋在文章中。专家认为,向图像拉力限制的转变与削减成本和公司的整体财务状况有关。 这一宣布已受到抵抗,因为许多人措手不及,包括那些经营NA的人。社区成员建议建立拉式镜子,私人登记处,并探索Docker桌面替代方案,以减轻新限制的影响。有些人希望这种情况可以通过Linux基金会解决。总体情绪反映出对Docker从社区驱动的资源转向更具商业化的平台的失望。
相关文章
  • (评论) 2025-02-23
  • (评论) 2024-09-08
  • Nginx 已迁移至 GitHub 2024-09-08
  • (评论) 2024-08-25
  • Dokku:我最喜欢的个人无服务器平台 2024-08-27

  • 原文

    Note

    Starting April 1, 2025, all users with a Pro, Team, or Business subscription will have unlimited Docker Hub pulls with fair use. Unauthenticated users and users with a free Personal account have the following pull limits:

    • Unauthenticated users: 10 pulls/hour
    • Authenticated users with a free account: 100 pulls/hour

    The following table provides an overview of the included usage and limits for each user type, subject to fair use:

    User typePull rate limit per hourNumber of public repositoriesNumber of private repositories
    Business (authenticated)UnlimitedUnlimitedUnlimited
    Team (authenticated)UnlimitedUnlimitedUnlimited
    Pro (authenticated)UnlimitedUnlimitedUnlimited
    Personal (authenticated)100UnlimitedUp to 1
    Unauthenticated users10 per IPv4 address or IPv6 /64 subnetNot applicableNot applicable

    For more details, see the following:

    When utilizing the Docker Platform, users should be aware that excessive data transfer, pull rates, or data storage can lead to throttling, or additional charges. To ensure fair resource usage and maintain service quality, we reserve the right to impose restrictions or apply additional charges to accounts exhibiting excessive data and storage consumption.

    Abuse rate limit

    Docker Hub has an abuse rate limit to protect the application and infrastructure. This limit applies to all requests to Hub properties including web pages, APIs, and image pulls. The limit is applied per IPv4 address or per IPv6 /64 subnet, and while the limit changes over time depending on load and other factors, it's in the order of thousands of requests per minute. The abuse limit applies to all users equally regardless of account level.

    You can differentiate between the pull rate limit and abuse rate limit by looking at the error code. The abuse limit returns a simple 429 Too Many Requests response. The pull limit returns a longer error message that includes a link to documentation.

    联系我们 contact @ memedata.com