Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Jul 26, 2023
1 parent 066e11e commit e66c5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# docker-wait

[![dokku/wait](http://dockeri.co/image/dokku/wait)](https://registry.hub.docker.com/r/dokku/wait/)
[![dokku/wait](http://dockeri.co/image/dokku/wait)](https://hub.docker.com/r/dokku/wait/)

`wait` is a really small (9MB) Docker utility that blocks until another container is accepting TCP connections, and errors-out if it cannot connect within a given timeout. It can be used to ensure that a service is up and running before starting another service that depends on it.
`wait` is a really small (4MB) Docker utility that blocks until another container is accepting TCP connections, and errors-out if it cannot connect within a given timeout. It can be used to ensure that a service is up and running before starting another service that depends on it.

The default operation looks up all the `EXPOSE`d ports of all the linked containers and waits for them

Expand Down

0 comments on commit e66c5d0

Please sign in to comment.