If you're encountering the Docker rate limit, manually pulling images is a useful workaround. This approach involves waiting for a bit and then using the docker pull command to try pulling the image again.
docker pull <image-name>
Replace with the specific image you need, such as nginx or mysql:latest.