2 references to CheckSpecificContainerRuntimeAsync
aspire (2)
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (2)
35
var dockerCheck = await
CheckSpecificContainerRuntimeAsync
("Docker", cancellationToken);
41
var podmanCheck = await
CheckSpecificContainerRuntimeAsync
("Podman", cancellationToken);