/wait-for-linked-services

Provides the means for ordered execution for containerized dev environments. Waits for all linked (via Docker env vars) services to be accessible, in parallel. UDP, TCP, and Unix socket support, in addition to all that curl can handle, which is more than you'd think.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

wait-for-linked-services

Waits for all linked (via Docker env vars) services to be accessible, in parallel. UDP, TCP, and Unix socket support.

Reqs:

  • bash 4+
  • Optional (depending on features you use): netcat curl ping
  • That's it.