Pull policies that control whether an image is fetched from a remote registry before starting a container.
Summary
Types
@type t() :: %TestcontainerEx.PullPolicy{ always_pull: boolean() | nil, pull_condition: (struct(), Tesla.Env.t() -> boolean()) | nil, pull_if_missing: boolean() | nil }