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