Commit 8073874
authored
fix(core): add TESTCONTAINERS_HOST_OVERRIDE as alternative to TC_HOST (#384)
Resolves #383
This PR aims to unify the configuration for the Testcontainer
Hostvariable as it is in
[Java](https://java.testcontainers.org/features/configuration/#customizing-docker-host-detection)
and [Dotnet](https://dotnet.testcontainers.org/custom_configuration/)
(and potentially others).1 parent e04b7ac commit 8073874
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments