DockerEngineAPI.Model.SwarmSpecTaskDefaultsLogDriver (ex_docker_api v1.48.0)

View Source

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

t()

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

Functions

decode(value)