# `Docker.Commands.Swarm.Update`
[🔗](https://github.com/joshrotenberg/docker_wrapper_ex/blob/v0.1.2/lib/docker/commands/swarm/update.ex#L1)

Implements the `Docker.Command` behaviour for `docker swarm update`.

# `t`

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

# `autolock`

# `cert_expiry`

# `dispatcher_heartbeat`

# `new`

# `task_history_limit`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
