Skip to content
DocsTry Aspire
DocsTry

IResource.withContainerRegistry

Method
📦 Aspire.Hosting v13.4.0
interface IResource {
// ... omitted for brevity
withContainerRegistry(registry: IResource): IResource;
}

Signature

methodwithContainerRegistrybuilder
Configures the resource to use the specified container registry for container image operations.
withContainerRegistry(registry: IResource): IResource
registryIResource
IResource

Defined on

This method is defined on the following type: