DockerEngineAPI.Model.TaskSpecRestartPolicy (ex_docker_api v1.48.0)

View Source

Specification for the restart policy which applies to containers created as part of this service.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.TaskSpecRestartPolicy{
  Condition: String.t() | nil,
  Delay: integer() | nil,
  MaxAttempts: integer() | nil,
  Window: integer() | nil
}

Functions

decode(value)