3 references to Podman
Microsoft.NET.Build.Containers (3)
LocalDaemons\KnownLocalRegistryTypes.cs (3)
12public const string Podman = nameof(Podman); 14public static readonly string[] SupportedLocalRegistryTypes = new[] { Docker, Podman }; 25Podman => new DockerCli(DockerCli.PodmanCommand, loggerFactory),