testcontainers/testcontainers-spock

Wait for exposed ports to be accessible before continuing with specification

kiview opened this issue · 1 comments

Something like the classic docker wait_for_it.sh script is needed, checking if TCP communication with the exposed port is possible.

It seems this is a auto fix if adding #5