Skip to content

leifg/wait-for

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages