View Source Testcontainers.ContainerBuilder protocol (testcontainers v1.2.8)

Summary

Types

t()

All the types that implement this protocol.

Types

@type t() :: term()

All the types that implement this protocol.

Functions

@spec build(t()) :: %Testcontainers.Container{
  auto_remove: term(),
  bind_mounts: term(),
  cmd: term(),
  container_id: term(),
  environment: term(),
  exposed_ports: term(),
  image: term(),
  labels: term(),
  privileged: term(),
  wait_strategies: term()
}