From 7ea3d517def366e20a0f978d3691e9a3e14e58b9 Mon Sep 17 00:00:00 2001 From: Michael Bell Date: Wed, 27 Jul 2022 17:18:47 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.