Skip to content
Advertisement

Error using docker compose in AWS Code Pipeline

I’m deploying my dockerized Django app using AWS Code Pipeline but facing some errors of Docker.

error:

JavaScript

docker-compose-deploy.yml

JavaScript

buildspec.yml

JavaScript

Advertisement

Answer

Docker Hub limits the number of Docker image downloads (“pulls”) based on the account type of the user pulling the image. Pull rates limits are based on individual IP address. For anonymous users, the rate limit is set to 100 pulls per 6 hours per IP address. For authenticated users, it is 200 pulls per 6 hour period. There are no limits for users with a paid Docker subscription.

Docker Pro and Docker Team accounts enable 5,000 pulls in a 24 hour period from Docker Hub.

Please read:

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement