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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker compose pull.

Summary

Types

t()

@type t() :: %Docker.Commands.Compose.Pull{
  env_files: term(),
  files: term(),
  ignore_pull_failures: term(),
  include_deps: term(),
  no_parallel: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  quiet: term(),
  services: term()
}

Functions

file(cmd, f)

ignore_pull_failures(cmd)

include_deps(cmd)

new()

no_parallel(cmd)

project_name(cmd, n)

quiet(cmd)

service(cmd, s)