containerHostIp abstract method
Returns the host IP address through which the container is reachable.
The returned address depends on the active ConnectionMode:
dockerHost→ the Docker daemon's host addressgatewayIp→ the bridge network's gateway IPbridgeIp→ the container's own bridge IP
Implementation
Future<String> containerHostIp();