Closed faheemzunjani closed 3 years ago
Pulling the docker container from Docker Hub throws 429 Rate Limit error.
$ enroot import docker://citybrainchallenge/cbengine:0.1.1 [INFO] Querying registry for permission grant [INFO] Authenticating with user: <anonymous> [INFO] Authentication succeeded [INFO] Fetching image manifest list [INFO] Fetching image manifest [ERROR] URL https://registry-1.docker.io/v2/citybrainchallenge/cbengine/manifests/0.1.1 returned error code: 429
Any way to resolve this?
Solved by using a personal Docker account to pull the docker container instead of an anonymous user.
Pulling the docker container from Docker Hub throws 429 Rate Limit error.
Any way to resolve this?