老师,我直接在虚拟机中使用sudo docker pull python命令,报错
来源:3-2 Docker Image概述

幕布斯9071300
2020-11-24
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
看了连接里面是需要改成docker的Pro或者Team版本吗?这些是需要花钱的呀,如果用ce版本可以直接pull吗?需要在centos上登录账户吗?要怎么登录呢?
1回答
-
麦兜搞IT
2020-11-26
您好,这个是docker的这个月的最新政策。
The rate limits of 100 container image requests per six hours for anonymous usage, and 200 container image requests per six hours for free Docker accounts are now in effect. Image requests exceeding these limits will be denied until the six hour window elapses.
也就是匿名用户,每六个小时只能拉取100次的image,如果您注册个docker hub的免费账号,通过docker login登录下docker hub,那这个限制就会升到200个image。
00
相似问题