1 instantiation of VolumeMount
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1822
var volumeSpec = new
VolumeMount
4 references to VolumeMount
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (3)
1814
private static List<
VolumeMount
> BuildContainerMounts(IResource container)
1816
var volumeMounts = new List<
VolumeMount
>();
1822
var
volumeSpec = new VolumeMount
Dcp\Model\Container.cs (1)
27
public List<
VolumeMount
>? VolumeMounts { get; set; }