6 references to DockerCommand
Microsoft.NET.Build.Containers (6)
LocalDaemons\ContainerRuntime.cs (3)
22private const string FallbackCommands = $"{DockerCommand}/{PodmanCommand}"; 143DockerCommand => new DockerContainerRuntime(_operations, _logger), 169IContainerRuntime dockerRuntime = CreateRuntime(DockerCommand);
LocalDaemons\ContainerRuntimes.cs (2)
76protected override string Command => ContainerRuntime.DockerCommand; 140string dockerPath = ContainerRuntimeOperations.FindFullPathFromPath(ContainerRuntime.DockerCommand);
LocalDaemons\KnownLocalRegistryTypes.cs (1)
41Docker => new ContainerRuntime(ContainerRuntime.DockerCommand, loggerFactory),