3 references to RunDockerCleanupAsync
Aspire.Cli.EndToEnd.Tests (3)
Helpers\LocalDeploymentTestHelpers.cs (3)
45
var resources = await
RunDockerCleanupAsync
(GetLabeledResourceListArguments(kind, label), output);
51
await
RunDockerCleanupAsync
(arguments, output);
65
await
RunDockerCleanupAsync
(["image", "rm", image], output);