Skip to content

feat: add wait_for implementations

Jon Foss Mikalsen requested to merge feat/wait_for into master

This MR introduces two new wait_for implementations, RunningWait and ExitWait. RunningWait waits for the container to appear as running at the Docker daemon. ExitWait waits for the container to appear as running at the Docker daemon, this one is not fully implemented, further description of needed improvements are located in the commit.

The MR also fixes some minor bugs and adds some TODOs.

Edited by Jon Foss Mikalsen

Merge request reports