https://github.com/whs/docker-wait-for-it
wait-for-it.sh in Docker
https://github.com/whs/docker-wait-for-it
docker
Last synced: 12 months ago
JSON representation
wait-for-it.sh in Docker
- Host: GitHub
- URL: https://github.com/whs/docker-wait-for-it
- Owner: whs
- Created: 2017-03-17T10:21:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T03:20:33.000Z (over 5 years ago)
- Last Synced: 2025-04-08T03:51:05.662Z (over 1 year ago)
- Topics: docker
- Size: 1000 Bytes
- Stars: 11
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wait-for-it Docker
Use [wait-for-it.sh](https://github.com/vishnubob/wait-for-it) in Docker.
## Example usage
```sh
docker run willwill/wait-for-it www.google.com:80 -- echo "google is up"
```