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

fix: `get_bridge_ip_address` and expose `inspect`

Open DDtKey opened this issue 2 years ago • 0 comments

Currently get_bridge_ip_address uses NetworkSettings.IPAddress which is deprecated So this PR uses NetworkSettings.Networks for that and perfectly combines with network (if it's passed to `Image)

Moreover in some cases it useful to use inspect result directly (it was mentioned here as well)

DDtKey avatar Oct 11 '22 12:10 DDtKey