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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker compose exec.

Summary

Types

t()

@type t() :: %Docker.Commands.Compose.Exec{
  command: term(),
  detach: term(),
  env: term(),
  env_files: term(),
  files: term(),
  index: term(),
  interactive: term(),
  privileged: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  service: term(),
  tty: term(),
  user: term(),
  workdir: term()
}

Functions

detach(cmd)

env(cmd, key, value)

file(cmd, f)

index(cmd, i)

new(service, command)

no_tty(cmd)

privileged(cmd)

project_name(cmd, n)

user(cmd, u)

workdir(cmd, w)