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

Implements the `Docker.Command` behaviour for `docker push`.

# `t`

```elixir
@type t() :: %Docker.Commands.Push{
  all_tags: boolean(),
  image: String.t(),
  quiet: boolean()
}
```

# `all_tags`

# `new`

# `quiet`

---

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