1 write to Volumes
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
636
Volumes
= volumes,
3 references to Volumes
Aspire.Hosting.Tests (3)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (3)
175
Assert.Equal(2, snapshot.
Volumes
.Length);
176
Assert.Contains(snapshot.
Volumes
, v => v.Source == "/host/path" && v.Target == "/container/path" && !v.IsReadOnly);
177
Assert.Contains(snapshot.
Volumes
, v => v.Source == "myvolume" && v.Target == "/data" && v.IsReadOnly);