wait4ports icon indicating copy to clipboard operation
wait4ports copied to clipboard

A small utility to wait for network peer availability

Results 3 wait4ports issues
Sort by recently updated
recently updated
newest added

Running `make check` on aarch will result in: ``` sh -c './wait4ports -q -t 1 -s 1 tcp://127.0.0.1:65535 ; status=$? ; [ $status -eq 255 ] || [ $status -eq...

On docker-compose and similar environment the DNS resolution of other containers/services only works when those containers actually are in status "Up", as opposed to containers not yet created or created...