diff --git a/README.md b/README.md index 6e1582b8..f49c3633 100644 --- a/README.md +++ b/README.md @@ -208,8 +208,10 @@ be very useful. We've been able to get this working in our CICD pipeline with the following -`TESTCONTAINERS_HOST_OVERRIDE=localhost` -`TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX=dockerhub.otenv.com/` +``` +TESTCONTAINERS_HOST_OVERRIDE=localhost +TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX=dockerhub.otenv.com/ +``` The first parameter corrects for testcontainers getting confused whether to address the hosting container or the "container inside the container". The second parameter (which outside OpenTable would point to your private Docker Registry) avoids much of the Docker Rate Limiting issues.