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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker buildx bake.

Summary

Types

t()

@type t() :: %Docker.Commands.Builder.Bake{
  builder: term(),
  file: term(),
  load: term(),
  no_cache: term(),
  print: term(),
  pull: term(),
  push: term(),
  set: term(),
  targets: term()
}

Functions

builder(cmd, b)

file(cmd, f)

load(cmd)

new()

no_cache(cmd)

print(cmd)

pull(cmd)

push(cmd)

set(cmd, key, value)

target(cmd, t)