Docker.Commands.Compose.Build (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker compose build.

Summary

Types

t()

@type t() :: %Docker.Commands.Compose.Build{
  build_args: term(),
  env_files: term(),
  files: term(),
  no_cache: term(),
  parallel: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  pull: term(),
  quiet: term(),
  services: term()
}

Functions

build_arg(cmd, key, value)

file(cmd, f)

new()

no_cache(cmd)

parallel(cmd)

project_name(cmd, n)

pull(cmd)

quiet(cmd)

service(cmd, s)