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

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

Uses `--format json` for machine-readable output.

# `t`

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

# `new`

# `no_trunc`

# `quiet`

---

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