Implemented interface member:
property
Name
Aspire.Hosting.Publishing.IContainerRuntime.Name
2 overrides of Name
Aspire.Hosting (2)
Publishing\DockerContainerRuntime.cs (1)
18public override string Name => "Docker";
Publishing\PodmanContainerRuntime.cs (1)
17public override string Name => "Podman";
14 references to Name
Aspire.Hosting (14)
Publishing\ContainerRuntimeBase.cs (14)
47$"{Name} tag for {{LocalImageName}} -> {{TargetImageName}} failed with exit code {{ExitCode}}.", 48$"{Name} tag for {{LocalImageName}} -> {{TargetImageName}} succeeded.", 49$"{Name} tag failed with exit code {{0}}.", 60$"{Name} rmi for {{ImageName}} failed with exit code {{ExitCode}}.", 61$"{Name} rmi for {{ImageName}} succeeded.", 62$"{Name} rmi failed with exit code {{0}}.", 73$"{Name} push for {{ImageName}} failed with exit code {{ExitCode}}.", 74$"{Name} push for {{ImageName}} succeeded.", 75$"{Name} push failed with exit code {{0}}.", 115_logger.LogError("{RuntimeName} login to {RegistryServer} failed with exit code {ExitCode}.", Name, registryServer, processResult.ExitCode); 116throw new DistributedApplicationException($"{Name} login failed with exit code {processResult.ExitCode}."); 119_logger.LogInformation("{RuntimeName} login to {RegistryServer} succeeded.", Name, registryServer); 142_logger.LogDebug("Running {RuntimeName} with arguments: {ArgumentList}", Name, spec.Arguments); 191_logger.LogDebug("Running {RuntimeName} with arguments: {ArgumentList}", Name, spec.Arguments);