diff --git a/README.md b/README.md index f1956f7..fc65ea5 100644 --- a/README.md +++ b/README.md @@ -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 +