mirror of
https://github.com/thegeeklab/wait-for.git
synced 2024-11-22 04:10:40 +00:00
Update README.md
Added note to install netcat before calling wait-for to avoid time out messages.
This commit is contained in:
parent
828386460d
commit
8d9b4446df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user