项目作者: blue995
项目描述 :
This repository contains scripts that wait for a service (e.g. docker) to be up and ready before you continue with something else.
高级语言: Python
项目地址: git://github.com/blue995/wait-for-service.git
Wait for a service
This repository contains helpful scripts that wait for a service to be up and ready.
Supported waiting types
- netcat: Simple wait via
nc
to the expected service. - consul: Wait by checking a consul registry and the health of service of this consul registry.