Docker.Commands.Builder.Use (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker buildx use.

Summary

Types

t()

@type t() :: %Docker.Commands.Builder.Use{
  default: term(),
  global: term(),
  name: term()
}

Functions

default(cmd)

global(cmd)

new(name)