File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # Image Registry rate limiting
2+
3+ As of November 2020 Docker Hub pulls are rate limited.
4+ As Testcontainers uses Docker Hub for standard images, some users may hit these rate limits and should mitigate accordingly.
5+
6+ This page sets out recommended options for Testcontainers users.
7+ Some combination of these approaches should be considered, taking into consideration the differences between local development and CI environments.
8+
9+ ## Considerations for local dev vs CI
10+
11+ ### Local development
12+
13+ ## Options
14+
15+ ### Do nothing
16+
17+ ### Use an authenticated Docker Hub account
18+
19+ ### Deploy a Registry server to act as a read-through cache
20+
21+ ### Copy required images to a private registry and update references to images in test code
22+
23+ ### Copy required images to a private registry and apply image name substitution
You can’t perform that action at this time.
0 commit comments