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