DockerEngineAPI.Model.ContainerSummaryHostConfig (ex_docker_api v1.48.0)

View Source

Summary of host-specific runtime information of the container. This is a reduced set of information in the container's "HostConfig" as available in the container "inspect" response.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.ContainerSummaryHostConfig{
  Annotations: %{optional(String.t()) => String.t()} | nil,
  NetworkMode: String.t() | nil
}

Functions

decode(value)