DockerEngineAPI.Model.TaskSpecPluginSpec (ex_docker_api v1.48.1)

View Source

Plugin spec for the service. (Experimental release only.) <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

t()

@type t() :: %DockerEngineAPI.Model.TaskSpecPluginSpec{
  Disabled: boolean() | nil,
  Name: String.t() | nil,
  PluginPrivilege: [DockerEngineAPI.Model.PluginPrivilege.t()] | nil,
  Remote: String.t() | nil
}

Functions

decode(value)