Search
PortBinding represents a binding between a host IP address and a host port.
@type t() :: %DockerEngineAPI.Model.PortBinding{ HostIp: String.t(), HostPort: String.t() }