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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker compose config.

Summary

Types

t()

@type t() :: %Docker.Commands.Compose.Config{
  env_files: term(),
  files: term(),
  format: term(),
  no_interpolate: term(),
  no_normalize: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  quiet: term(),
  resolve_image_digests: term(),
  services: term(),
  volumes: term()
}

Functions

file(cmd, f)

format(cmd, f)

new()

no_interpolate(cmd)

no_normalize(cmd)

project_name(cmd, n)

quiet(cmd)

resolve_image_digests(cmd)

services_only(cmd)

volumes_only(cmd)