DockerEngineAPI.Model.ContainerdInfo (ex_docker_api v1.48.1)
View SourceInformation for connecting to the containerd instance that is used by the daemon. This is included for debugging purposes only.
Summary
Types
@type t() :: %DockerEngineAPI.Model.ContainerdInfo{ Address: String.t() | nil, Namespaces: DockerEngineAPI.Model.ContainerdInfoNamespaces.t() | nil }