Docker.Commands.History (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker history.

Uses --format json for machine-readable output.

Summary

Types

t()

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

Functions

new(image)

no_trunc(cmd)

quiet(cmd)