Rate Limit with Docker Pull
The setup_connector.sh script runs docker pull
without authentication to download the connector image from Docker Hub, which is rate limited. If you encounter a rate limit error when you run setup_connector.sh, Docker returns this error message:
You have reached your pull rate limit. You may increase the limit by authenticating and upgrading …
When the Docker rate limit error occurs, we recommend that you authenticate with Docker, and then run the setup_connector.sh script again. To authenticate with Docker, run:
sudo docker login