DockerEngineAPI.Model.TaskSpecNetworkAttachmentSpec (elixir_dea v1.45.7)

Read-only spec type for non-swarm containers attached to swarm overlay networks. <p><br /></p> > Note: ContainerSpec, NetworkAttachmentSpec, and PluginSpec are > mutually exclusive. PluginSpec is only used when the Runtime field > is set to plugin. NetworkAttachmentSpec is used when the Runtime > field is set to attachment.

Summary

Types

@type t() :: %DockerEngineAPI.Model.TaskSpecNetworkAttachmentSpec{
  ContainerID: String.t() | nil
}

Functions