If you do not supply an image waiter, docker-compose-runner should just wait for the container status to be running or healthy rather than specifying you need to add it to the image waiters.
This would remove some friction while testing out new docker compose setups and save you some time modifying/searching docker logs for something suitable to regex on.
If you do not supply an image waiter,
docker-compose-runnershould just wait for the container status to be running or healthy rather than specifying you need to add it to the image waiters.This would remove some friction while testing out new docker compose setups and save you some time modifying/searching docker logs for something suitable to regex on.