Skip to content
DocsTry Aspire
DocsTry

ContainerResource.withContainerName

Method
📦 Aspire.Hosting v13.4.0
interface ContainerResource {
// ... omitted for brevity
withContainerName(name: string): ContainerResource;
}

Signature

methodwithContainerNamebuilder
Overrides the default container name for this resource. By default Aspire generates a unique container name based on the resource name and a random postfix (or a postfix based on a hash of the AppHost project path for persistent container resources). This method allows you to override that behavior with a custom name, but could lead to naming conflicts if the specified name is not unique.
withContainerName(name: string): ContainerResource
namestring
ContainerResource

Defined on

This method is defined on the following type: