Update startup-order.md

This commit is contained in:
Jason C 2020-07-06 01:58:18 -07:00 committed by GitHub
parent 6107ac8c2c
commit 7e9e551fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ need this level of resilience, you can work around the problem with a wrapper
script: script:
- Use a tool such as [wait-for-it](https://github.com/vishnubob/wait-for-it), - Use a tool such as [wait-for-it](https://github.com/vishnubob/wait-for-it),
[dockerize](https://github.com/jwilder/dockerize), or sh-compatible [dockerize](https://github.com/jwilder/dockerize), sh-compatible
[wait-for](https://github.com/Eficode/wait-for). These are small [wait-for](https://github.com/Eficode/wait-for), or [RelayAndContainers](https://github.com/jasonsychau/RelayAndContainers) template. These are small
wrapper scripts which you can include in your application's image to wrapper scripts which you can include in your application's image to
poll a given host and port until it's accepting TCP connections. poll a given host and port until it's accepting TCP connections.