Docker.Commands.Swarm.Update (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker swarm update.

Summary

Types

t()

@type t() :: %Docker.Commands.Swarm.Update{
  autolock: term(),
  cert_expiry: term(),
  dispatcher_heartbeat: term(),
  task_history_limit: term()
}

Functions

autolock(cmd)

cert_expiry(cmd, c)

dispatcher_heartbeat(cmd, d)

new()

task_history_limit(cmd, t)