Work in progress. Not stable for use yet.
Sets the container name.
@type t() :: %TestcontainerEx.SeleniumContainer{ check_image: term(), image: term(), name: term(), port1: term(), port2: term(), reuse: term(), wait_timeout: term() }
@spec with_name(t(), String.t()) :: t()