docker-mongodb-worker icon indicating copy to clipboard operation
docker-mongodb-worker copied to clipboard

Ensure the mongo host to be available before executing job

Open bwnyasse opened this issue 7 years ago • 0 comments

Example for http://HOST:PORT

Wait for the HOST container to be ready before starting Kibana.

echo "Stalling for HOST" while true; do nc -q 1 HOST PORT 2>/dev/null && break done

bwnyasse avatar Aug 11 '16 12:08 bwnyasse