Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T03:20:33.000Z (almost 4 years ago)
- Last Synced: 2024-06-23T01:45:01.422Z (6 months ago)
- Topics: docker
- Size: 1000 Bytes
- Stars: 11
- Watchers: 3
- 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"
```