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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker compose down.

Summary

Types

t()

@type t() :: %Docker.Commands.Compose.Down{
  env_files: term(),
  files: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  remove_orphans: term(),
  rmi: term(),
  timeout: term(),
  volumes: term()
}

Functions

env_file(cmd, f)

file(cmd, f)

new()

profile(cmd, p)

project_directory(cmd, d)

project_name(cmd, n)

remove_orphans(cmd)

rmi(cmd, type)

timeout(cmd, t)

volumes(cmd)