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