getDaemonByRunner

private suspend fun getDaemonByRunner(runner: Runner): DaemonHost?

Return

The Docker engine currently managing the runner, or null if the runner is not managed by any engine.

Throws

if the runner is managed by multiple engines.