2 references to WithContainerRuntimeArgs
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (1)
245
.
WithContainerRuntimeArgs
("--add-host", "testlocalhost:127.0.0.1");
Schema\SchemaTests.cs (1)
118
builder.AddContainer("foo", "bar").
WithContainerRuntimeArgs
("one", "two", "three");