3 references to WithContainerRuntimeArgs
Aspire.Hosting.Azure.Kusto.Tests (1)
AddAzureKustoTests.cs (1)
101builder.WithContainerRuntimeArgs("--memory", "4G");
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (1)
540.WithContainerRuntimeArgs("--add-host", "testlocalhost:127.0.0.1");
Schema\SchemaTests.cs (1)
121builder.AddContainer("foo", "bar").WithContainerRuntimeArgs("one", "two", "three");