4 references to IsPodman
Microsoft.NET.Build.Containers.IntegrationTests (4)
ContainerCli.cs (2)
43
string commandPath =
IsPodman
? "podman" : "docker";
47
if (
IsPodman
&& (command == "push" || command == "pull" || command == "login"))
DockerSupportsArchInlineData.cs (2)
65
if (ContainerCli.
IsPodman
)
83
if (ContainerCli.
IsPodman
)