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