ContainerResource.withContainerName
Method
interface ContainerResource { // ... omitted for brevity withContainerName(name: string): ContainerResource;}Signature
method
withContainerNamebuilderOverrides 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): ContainerResourceParameters
namestringReturns
ContainerResourceDefined on
This method is defined on the following type: