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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker buildx create.

Summary

Types

t()

@type t() :: %Docker.Commands.Builder.Create{
  bootstrap: term(),
  config_file: term(),
  driver: term(),
  name: term(),
  node: term(),
  platform: term(),
  use: term()
}

Functions

bootstrap(cmd)

config_file(cmd, c)

driver(cmd, d)

name(cmd, n)

new()

node_name(cmd, n)

platform(cmd, p)

use(cmd)