Public API for TestcontainerEx.
This module is a thin facade that delegates to the GenServer
(TestcontainerEx.Server) and domain modules.
Summary
Functions
Parses the default gateway IP from /proc/net/route content.
Returns true when running inside a container (Docker, Podman, Kubernetes).
Functions
Parses the default gateway IP from /proc/net/route content.
Returns {:ok, ip_string} or {:error, :no_default_route}.
Returns true when running inside a container (Docker, Podman, Kubernetes).
Accepts optional overrides for the .dockerenv path, cgroup path,
Kubernetes secrets path, and Podman containerenv path
(useful for testing on non-Linux hosts).