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

How to get container host ip?

Open Warchant opened this issue 1 year ago • 0 comments

Testcontainers Java has this String ipAddress = container.getHost(); method to get container's host IP address. How to do the same with testcontainers-rs?

Warchant avatar Mar 19 '24 11:03 Warchant