[Bug]: TESTCONTAINERS_HOST_OVERRIDE is not working #2609
Closed
Description
Testcontainers version
0.31.0
Using the latest Testcontainers version?
Yes
Host OS
N/A
Host arch
N/A
Go version
N/A
Docker version
N/A
Docker info
N/A
What happened?
According to https://golang.testcontainers.org/system_requirements/rancher/ and https://golang.testcontainers.org/features/configuration/, we should be able to use TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE
and TESTCONTAINERS_HOST_OVERRIDE
.
However, these environment variables are not parsed in https://github.com/testcontainers/testcontainers-go/blob/v0.31.0/internal/config/config.go#L69
Relevant log output
No response
Additional information
No response