Provides functionality for creating and managing Ministack container configurations.
Sets the container name.
@type t() :: %TestcontainerEx.MinistackContainer{ image: term(), name: term(), password: term(), reuse: term(), username: term(), wait_timeout: term() }
@spec with_name(t(), String.t()) :: t()