Jason Feng
07/27/2021, 3:08 PM$ docker run -d --rm -p 6379:6379 -e DOCKER_HOST=unix:///var/run/docker.sock redis:5
0.25 s
Unable to find image 'redis:5' locally
docker: 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>.
See 'docker run --help'.
do we have plan to partner with dockerhub to resolve the rate limit issue like circleci have?
thanks in advanceFrank
Frank
docker run
command?
docker login <http://registry.example.com|registry.example.com> -u <username> -p <token>
Jason Feng
07/28/2021, 1:02 AM