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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker compose create.

Summary

Types

t()

@type t() :: %Docker.Commands.Compose.Create{
  build_flag: term(),
  env_files: term(),
  files: term(),
  force_recreate: term(),
  no_build: term(),
  no_recreate: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  pull: term(),
  remove_orphans: term(),
  scale: term(),
  services: term()
}

Functions

build(cmd)

file(cmd, f)

force_recreate(cmd)

new()

no_build(cmd)

no_recreate(cmd)

project_name(cmd, n)

pull(cmd)

remove_orphans(cmd)

scale(cmd, service, count)

service(cmd, s)