5 references to CreateRuntime
Microsoft.NET.Build.Containers (5)
LocalDaemons\ContainerRuntime.cs (5)
72
_runtime = command is null ? null :
CreateRuntime
(command);
158
?
CreateRuntime
(WslcCommand)
160
?
CreateRuntime
(MacOSContainerCommand)
168
IContainerRuntime podmanRuntime =
CreateRuntime
(PodmanCommand);
169
IContainerRuntime dockerRuntime =
CreateRuntime
(DockerCommand);