Implements the Docker.Command behaviour for docker search.
Uses --format json for machine-readable output.
Summary
Types
@type t() :: %Docker.Commands.Search{ filters: [String.t()], limit: non_neg_integer() | nil, no_trunc: boolean(), term: String.t() }