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

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

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