2 overrides of RuntimeExecutable
Aspire.Hosting (2)
Publishing\DockerContainerRuntime.cs (1)
17
protected override string
RuntimeExecutable
=> "docker";
Publishing\PodmanContainerRuntime.cs (1)
16
protected override string
RuntimeExecutable
=> "podman";
3 references to RuntimeExecutable
Aspire.Hosting (3)
Publishing\ContainerRuntimeBase.cs (3)
212
return new ProcessSpec(
RuntimeExecutable
)
217
_logger.LogDebug("{RuntimeName} (stdout): {Output}",
RuntimeExecutable
, output);
221
_logger.LogDebug("{RuntimeName} (stderr): {Error}",
RuntimeExecutable
, error);