testcontainers-go
testcontainers-go copied to clipboard
[Feature] Add withAccessToHost option to access to host from containers
Problem
In my case, I've a container that needs to access to host in order to function.
Solution
Add the withAccessToHost(bool: access) from Java implem to Go to do that.
Benefit
The main advantage is to allow containers to communicate with the host. (e.g. Redis hosted on a host or a service under development, etc.)
Alternatives
IDK
Would you like to help contributing this feature?
Yes