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