wait

abstract suspend fun wait(timeout: Duration): Int

Waits for the container to exit.

Return

Command status code.

Parameters

timeout

Optional timeout for the container to exit, or else kills the container.