https://github.com/basster/wait-for-it-docker
A small debian-stretch based image to utilize https://github.com/vishnubob/wait-for-it as a docker image. Perfectly suited as init-container in container orchestration to wait for dependent services.
https://github.com/basster/wait-for-it-docker
Last synced: about 2 months ago
JSON representation
A small debian-stretch based image to utilize https://github.com/vishnubob/wait-for-it as a docker image. Perfectly suited as init-container in container orchestration to wait for dependent services.
- Host: GitHub
- URL: https://github.com/basster/wait-for-it-docker
- Owner: Basster
- License: mit
- Created: 2019-05-22T07:53:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T09:16:40.000Z (over 1 year ago)
- Last Synced: 2025-03-11T19:34:57.906Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wait-for-it
===========
A small debian-stretch based image to utilize [wait-for-it.sh](https://github.com/vishnubob/wait-for-it) as a docker image. Perfectly suited as init-container in container orchestration to wait for dependent services.
Usage
-----
Simple example:
```
docker run djbasster/wait-for-it www.google.com:80
Output:
wait-for-it: waiting 15 seconds for www.google.com:80
wait-for-it: www.google.com:80 is available after 1 seconds
```
Find more usage examples on the [vishnubob/wait-for-it source repo](https://github.com/vishnubob/wait-for-it#examples).