aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTim Lucas <t@toolmantim.com>2019-02-06 11:12:30 +1100
committerTim Lucas <t@toolmantim.com>2019-02-06 11:31:39 +1100
commit681119712246b95e6818742db1fa15172e4a6ee3 (patch)
tree1159e8a1566b4f8e80fcb44d68321407bf3df589
parent65cd9245fa692fe7bb613960510ba513b2a70a3d (diff)
downloaddocker-puppeteer-681119712246b95e6818742db1fa15172e4a6ee3.tar.gz
docker-puppeteer-681119712246b95e6818742db1fa15172e4a6ee3.tar.zst
docker-puppeteer-681119712246b95e6818742db1fa15172e4a6ee3.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b24e2d..8322299 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,7 @@ See the list of [Docker Hub tags](https://hub.docker.com/r/buildkite/puppeteer/t
9## Example 9## Example
10 10
11See the [example directory](example) for a complete Docker Compose example, showing how to run Puppeteer against a linked Docker Compose web service. 11See the [example directory](example) for a complete Docker Compose example, showing how to run Puppeteer against a linked Docker Compose web service.
12
13## Dependent Services
14
15This image includes [wait-for-it.sh](https://github.com/vishnubob/wait-for-it) which can be useful if you need to wait for a dependent web service to start accepting requests before your Puppeteer container attempts connecting to it. See [the example](example) for usage.