TestcontainerEx.Connection.Strategies.Behaviour behaviour (testcontainer_ex v0.1.0)

Copy Markdown View Source

Protocol for resolving the container engine host URL.

Each strategy attempts to find a reachable container engine. Strategies are tried in order until one succeeds.

Summary

Callbacks

resolve()

@callback resolve() :: {:ok, String.t()} | {:error, term()}