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