Update README.md

Added note to install netcat before calling wait-for to avoid time out messages.
This commit is contained in:
anD 2019-10-31 16:36:32 +05:30 committed by Atihinen
parent 828386460d
commit 8d9b4446df
1 changed files with 9 additions and 0 deletions

View File

@ -49,3 +49,12 @@ Ironically testing is done using [bats](https://github.com/sstephenson/bats), wh
docker build -t wait-for .
docker run -t wait-for
## Note
Make sure netcat is installed in your Dockerfile before running the command.
```
RUN apt-get -q update && apt-get -qy install netcat
```
https://stackoverflow.com/questions/44663180/docker-why-does-wait-for-always-time-out