CityBrainChallenge / KDDCup2021-CityBrainChallenge-starter-kit

77 stars 40 forks source link

429 rate limit error on pulling from DockerHub #14

Closed faheemzunjani closed 3 years ago

faheemzunjani commented 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?

faheemzunjani commented 3 years ago

Solved by using a personal Docker account to pull the docker container instead of an anonymous user.