We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think dockerhub has us throttled down to a few MB/s, so a pull on a new node deployment is taking like an hour in ansible.
we should probably set up a docker caching registry so that we dont need to hit docker from all nodes all that time.
it makes sense as to why they would throttle us, since we have a cronjob that looks like this:
30 20 * * * /usr/lpp/mmfs/bin/mmdsh -N all docker pull vanandelinstitute/hpc
so potentially nearly 70 pulls of a large image at once, ie hundreds of GB.
this is what we need to do most likely: https://docs.docker.com/docker-hub/mirror/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think dockerhub has us throttled down to a few MB/s, so a pull on a new node deployment is taking like an hour in ansible.
we should probably set up a docker caching registry so that we dont need to hit docker from all nodes all that time.
it makes sense as to why they would throttle us, since we have a cronjob that looks like this:
30 20 * * * /usr/lpp/mmfs/bin/mmdsh -N all docker pull vanandelinstitute/hpc
so potentially nearly 70 pulls of a large image at once, ie hundreds of GB.
this is what we need to do most likely: https://docs.docker.com/docker-hub/mirror/
The text was updated successfully, but these errors were encountered: