Container configuration struct and builder functions.
This module is pure data — no side effects, no Docker API calls.
Use TestcontainerEx.Container.Builder for protocol-based build pipelines.
Summary
Functions
Returns true when running inside a container (Docker, Podman, Kubernetes).
Types
@type t() :: %TestcontainerEx.Container.Config{ auth: term(), auto_remove: term(), bind_mounts: term(), bind_volumes: term(), check_image: term(), cmd: term(), container_id: term(), copy_to: term(), environment: term(), exposed_ports: term(), force_reuse: term(), hostname: term(), image: term(), ip_address: term(), labels: term(), name: term(), network: term(), network_mode: term(), privileged: term(), pull_policy: term(), reuse: term(), wait_strategies: term() }