addRunnerInstance

open override fun addRunnerInstance(runner: Runner)

Binds runner to this Docker daemon.

It is the caller's responsibility to ensure all following preconditions are met:

  • This daemon does not currently manage the runner.

  • This daemon was connected when initialized.

  • This daemon currently has the resources to satisfy the requested reservation.

Implementations may specify additional preconditions.

Throws

if any of the above preconditions were not met.