Skip to content
Docs Try Aspire
Docs Try

IDistributedApplicationBuilder.addContainer

Method
📦 Aspire.Hosting v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addContainer(
name: string,
image: AddContainerOptions): ContainerResource;
}

Signature

method addContainer builder
Adds a container resource to the application.
addContainer(
name: string,
image: AddContainerOptions): ContainerResource
name string
image AddContainerOptions
ContainerResource

Defined on

This method is defined on the following type: