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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker compose logs.

Summary

Types

t()

@type t() :: %Docker.Commands.Compose.Logs{
  env_files: term(),
  files: term(),
  follow: term(),
  no_color: term(),
  no_log_prefix: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  services: term(),
  since: term(),
  tail: term(),
  timestamps: term(),
  until_time: term()
}

Functions

file(cmd, f)

follow(cmd)

new()

no_color(cmd)

no_log_prefix(cmd)

project_name(cmd, n)

service(cmd, s)

since(cmd, s)

tail(cmd, n)

timestamps(cmd)

until_time(cmd, u)