Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```