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