Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/testcontainers.md
Co-authored-by: Oleg Nenashev <o.v.nenashev@gmail.com>
  • Loading branch information
mikeywaites and oleg-nenashev authored Jul 11, 2023
commit 72d94dde99cf2c2c7b5a07014cb4dd4c2da8c88d
2 changes: 1 addition & 1 deletion docs/testcontainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ WireMockContainer(verify_ssl_certs=False)

## Using WireMockContainer inside docker (dind)
Comment thread
mikeywaites marked this conversation as resolved.
Outdated

It's common that you might need to start testcontainers from inside of another comntainer. The example project in [Test Containers Example](example/docker-compose.yaml) actually does this.
It's common that you might need to start Testcontainers from inside of another container. The example project in [Testcontainer Example](example/docker-compose.yaml) actually does this.

When running spawning testcontainer inside of another container you will need to set the `WIREMOCK_DIND` config variable to true. When this env var is set the host of the wiremock container
will explicitly be set to `host.docker.internal`.
Expand Down