Implemented interface member:
property
Name
Aspire.Hosting.Publishing.IContainerRuntime.Name
2 overrides of Name
Aspire.Hosting (2)
Publishing\DockerContainerRuntime.cs (1)
18
public override string
Name
=> "Docker";
Publishing\PodmanContainerRuntime.cs (1)
17
public override string
Name
=> "Podman";
8 references to Name
Aspire.Hosting (8)
Publishing\ContainerRuntimeBase.cs (8)
46
$"{
Name
} tag for {{LocalImageName}} -> {{TargetImageName}} failed with exit code {{ExitCode}}.",
47
$"{
Name
} tag for {{LocalImageName}} -> {{TargetImageName}} succeeded.",
48
$"{
Name
} tag failed with exit code {{0}}.",
59
$"{
Name
} push for {{ImageName}} failed with exit code {{ExitCode}}.",
60
$"{
Name
} push for {{ImageName}} succeeded.",
61
$"{
Name
} push failed with exit code {{0}}.",
85
_logger.LogDebug("Running {RuntimeName} with arguments: {ArgumentList}",
Name
, spec.Arguments);
134
_logger.LogDebug("Running {RuntimeName} with arguments: {ArgumentList}",
Name
, spec.Arguments);