getBoundDaemon

suspend fun getBoundDaemon(runner: Runner): DockerDaemon

Returns the DockerDaemon allocated to a Runner instance.

Return

A DockerDaemon bound to the runner.

Parameters

runner

Runner to bind the DockerDaemon to.

Throws

if the runner is not bound to any daemon.

if the daemon bound to the runner is disconnected.