DockerEngineAPI.Model.SwarmSpecTaskDefaultsLogDriver (elixir_dea v1.45.7)

The log driver to use for tasks created in the orchestrator if unspecified by a service. Updating this value only affects new tasks. Existing tasks continue to use their previously configured log driver until recreated.

Summary

Types

@type t() :: %DockerEngineAPI.Model.SwarmSpecTaskDefaultsLogDriver{
  Name: String.t() | nil,
  Options: %{optional(String.t()) => String.t()} | nil
}

Functions