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

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

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

# `t`

```elixir
@type t() :: %Docker.Commands.Search{
  filters: [String.t()],
  limit: non_neg_integer() | nil,
  no_trunc: boolean(),
  term: String.t()
}
```

# `filter`

# `limit`

# `new`

# `no_trunc`

---

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