TestcontainerEx.Connection.Resolver (testcontainer_ex v0.1.0)

Copy Markdown View Source

Orchestrates host resolution strategies in priority order.

Tries each strategy in sequence until one succeeds. Returns {:ok, url} or {:error, reasons}.

Summary

Functions

Resolves the container engine host URL by trying each strategy in order.

Functions

resolve()

@spec resolve() :: {:ok, String.t()} | {:error, [term()]}

Resolves the container engine host URL by trying each strategy in order.