unbind

suspend fun unbind(runner: Runner)

Unbinds a DockerDaemon from a Runner instance.

Note: Daemons must be unbound from runners once runners have finished using them, or else it may lead to a resource leak!

Parameters

runner

Runner to unbind the DockerDaemon from.