Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebell90 authored Jul 28, 2022
1 parent ac3a865 commit 7ea3d51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ea3d51

Please sign in to comment.