DockerEngineAPI.Model.TaskSpecNetworkAttachmentSpec (ex_docker_api v1.48.0)
View SourceRead-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 }