DockerEngineAPI.Model.PortSummary (ex_docker_api v1.55.0)

View Source

Describes a port-mapping between the container and the host.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.PortSummary{
  IP: String.t() | nil,
  PrivatePort: integer(),
  PublicPort: integer() | nil,
  Type: String.t()
}

Functions

decode(value)