项目作者: leifg

项目描述 :
高级语言: Shell
项目地址: git://github.com/leifg/wait-for.git
创建时间: 2017-02-22T11:50:52Z
项目社区:https://github.com/leifg/wait-for

开源协议:

下载


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:

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