Docker.Commands.Search (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker search.

Uses --format json for machine-readable output.

Summary

Types

t()

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

Functions

filter(cmd, f)

limit(cmd, n)

new(term)

no_trunc(cmd)