Implements the Docker.Command behaviour for docker history.
Docker.Command
docker history
Uses --format json for machine-readable output.
--format json
@type t() :: %Docker.Commands.History{ image: String.t(), no_trunc: boolean(), quiet: boolean() }