We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ff02e commit 1f46586Copy full SHA for 1f46586
internal/docker/deployer.go
@@ -348,7 +348,7 @@ func deployImage(
348
// interact with a complement-controlled test server.
349
// Note: this feature of docker landed in Docker 20.10,
350
// see https://github.com/moby/moby/pull/40007
351
- extraHosts = []string{"host.docker.internal:host-gateway"}
+ extraHosts = []string{fmt.Sprintf("%s:host-gateway", cfg.HostnameRunningComplement)}
352
}
353
354
for _, m := range cfg.HostMounts {
0 commit comments