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