Describes a port-mapping between the container and the host.
@type t() :: %DockerEngineAPI.Model.PortSummary{ IP: String.t() | nil, PrivatePort: integer(), PublicPort: integer() | nil, Type: String.t() }