Sign inSign up

leifg/wait-for

By leifg

Updated over 9 years ago

Image for flow control outside of container

Image
0

339

leifg/wait-for repository overview

Wait for services

Very simple docker that does nothing else that services inside a container respond on a port.

This images contains the famous wait-for-it script (slightly adjusted to alpine) to actually do the checking.

Use the container for flow control outside the container:

docker run --rm -it leifg/wait-for -h <service_address> -p <service_port> && <other command>

Tag summary

Content type

Image

Digest

Size

2.8 MB

Last updated

over 9 years ago

docker pull leifg/wait-for