DockerEngineAPI.Model.PortStatus (ex_docker_api v1.48.0)

View Source

represents the port status of a task's host ports whose service has published host ports

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.PortStatus{
  Ports: [DockerEngineAPI.Model.EndpointPortConfig.t()] | nil
}

Functions

decode(value)