Skip to content

Add support for sidecar containers #625

@wiktork

Description

@wiktork

Deploy an application with a primary container as well as secondary sidecar containers. Something like:

var builder = DistributedApplication.CreateBuilder(args);
builder.AddProject<Projects.WebApplication3>("webapplication")
  .WithContainer("sidecar")

This should translate to

containers: [
  { 
    image: 'webpplication'
  },
  {
    image: 'sidecar'
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationneeds-design

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions