DockerEngineAPI.Model.ContainerdInfo (ex_docker_api v1.48.1)

View Source

Information for connecting to the containerd instance that is used by the daemon. This is included for debugging purposes only.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.ContainerdInfo{
  Address: String.t() | nil,
  Namespaces: DockerEngineAPI.Model.ContainerdInfoNamespaces.t() | nil
}

Functions

decode(value)