等待它 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