testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

[Feature] Add withAccessToHost option to access to host from containers

Open JulienBreux opened this issue 1 year ago • 0 comments

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

JulienBreux avatar Feb 15 '24 09:02 JulienBreux