6 references to Container
Aspire.Hosting (6)
Dcp\ApplicationExecutor.cs (6)
603new(KnownProperties.Container.Image, container.Spec.Image), 604new(KnownProperties.Container.Id, containerId), 605new(KnownProperties.Container.Command, container.Spec.Command), 606new(KnownProperties.Container.Args, container.Status?.EffectiveArgs ?? []), 607new(KnownProperties.Container.Ports, GetPorts()), 1442new(KnownProperties.Container.Image, cr.ModelResource.TryGetContainerImageName(out var imageName) ? imageName : ""),