We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.31.0
Yes
N/A
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.
TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE
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
No response
The text was updated successfully, but these errors were encountered:
Hi @emfomy thanks for opening this issue. Just to let you know, there is an ongoing PR addressing this: #2609
Sorry, something went wrong.
This is fixed by two different pending PR's #2661 and #2725
@emfomy could you verify if the current HEAD main resolved this issues? Thanks!
It does solve the issue! Thanks!
No branches or pull requests
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
Docker info
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
andTESTCONTAINERS_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
The text was updated successfully, but these errors were encountered: