View Source DockerEngineAPI.Model.TaskSpecNetworkAttachmentSpec (docker_engine_api v1.43.0)

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()
}