Skip to content

A command-line utility that waits until a port is open

License

Notifications You must be signed in to change notification settings

ArloL/wait-for-ports

Repository files navigation

wait-for-ports

A command-line utility that waits until a port is open.

When starting a PostgreSQL Docker the port on the host is bound immediately but the server does not respond - yet. That confuses e.g. https://github.com/vishnubob/wait-for-it

This tool solves that use-case.