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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker compose run.

Summary

Types

t()

@type t() :: %Docker.Commands.Compose.Run{
  build_flag: term(),
  command: term(),
  detach: term(),
  entrypoint: term(),
  env: term(),
  env_files: term(),
  files: term(),
  labels: term(),
  name: term(),
  no_deps: term(),
  no_tty: term(),
  ports: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  quiet_pull: term(),
  rm: term(),
  service: term(),
  service_ports: term(),
  use_aliases: term(),
  user: term(),
  volumes: term(),
  workdir: term()
}

Functions

build(cmd)

command(cmd, c)

detach(cmd)

entrypoint(cmd, e)

env(cmd, key, value)

file(cmd, f)

label(cmd, key, value)

name(cmd, n)

new(service)

no_deps(cmd)

no_tty(cmd)

port(cmd, p)

project_name(cmd, n)

quiet_pull(cmd)

rm(cmd)

service_ports(cmd)

use_aliases(cmd)

user(cmd, u)

volume(cmd, v)

workdir(cmd, w)