5 references to PodmanCommand
Microsoft.NET.Build.Containers (5)
LocalDaemons\ContainerRuntime.cs (3)
22
private const string FallbackCommands = $"{DockerCommand}/{
PodmanCommand
}";
144
PodmanCommand
=> new PodmanContainerRuntime(_operations, _logger),
168
IContainerRuntime podmanRuntime = CreateRuntime(
PodmanCommand
);
LocalDaemons\ContainerRuntimes.cs (1)
248
protected override string Command => ContainerRuntime.
PodmanCommand
;
LocalDaemons\KnownLocalRegistryTypes.cs (1)
40
Podman => new ContainerRuntime(ContainerRuntime.
PodmanCommand
, loggerFactory),