testcontainers-rs
testcontainers-rs copied to clipboard
fix: `get_bridge_ip_address` and expose `inspect`
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)