wait for it:纯bash脚本来测试并等待TCP主机和端口的可用性 源码
等待它 wait-for-it.sh是一个纯bash脚本,它将等待主机和TCP端口的可用性。 对于同步相互依赖的服务(例如链接的Docker容器)的启动很有用。 由于它是纯bash脚本,因此它没有任何外部依赖性。 用法 wait-for-it.sh host:port [-s] [-t timeout] [-- command args] -h HOST | --host=HOST Host or IP under test -p PORT | --port=PORT TCP port under test Alternatively, you specify the host and port as host:port -s | --strict Only execute subc
文件列表
wait-for-it-master.zip
(预估有个10文件)
wait-for-it-master
composer.json
215B
.travis.yml
76B
wait-for-it.sh
5KB
test
wait-for-it.py
6KB
container-runners.py
1KB
requirements.txt
35B
README.md
565B
LICENSE
1KB
暂无评论