bind

suspend fun bind(runner: Runner): DockerDaemon?

Binds a DockerDaemon to a Runner instance.

Return

A DockerDaemon bound to the runner, or null if one cannot be allocated immediately.

Parameters

runner

Runner to bind the DockerDaemon to.

Throws

if a daemon is already bound to this runner.