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