2 references to ContainerReplCommand
Aspire.Hosting.PostgreSQL.Tests (2)
PostgresReplCommandTests.cs (1)
49
var execOptions =
ContainerReplCommand
.CreateExecOptions(options, "docker", "container-id");
tests\Shared\ContainerReplCommandTestBase.cs (1)
129
var execOptions =
ContainerReplCommand
.CreateExecOptions(options, runtime, "current-container-id");