Docker.Commands.Push (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker push.

Summary

Types

t()

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

Functions

all_tags(cmd)

new(image)

quiet(cmd)