docker-wait

NOT MAINTAINED

Github星跟踪图

This project is not maintained - it was intended only as a demonstration. For proper information on how to wait for Docker containers with Compose, I've written a guide to controlling startup order.

wait is a really small Docker utility that blocks until another container is accepting TCP connections.

Use it like this:

$ docker run -d --name mycontainer some-image-or-other
$ docker run --link mycontainer:mycontainer aanand/wait
waiting for TCP connection to 172.17.0.105:5432......ok

Just link a single container to it - it doesn't matter what the link alias is.

主要指标

概览
名称与所有者aanand/docker-wait
主编程语言Shell
编程语言Shell (语言数: 1)
平台
许可证
所有者活动
创建于2014-07-31 07:56:58
推送于2016-04-26 23:15:45
最后一次提交2016-04-26 23:15:45
发布数0
用户参与
星数155
关注者数7
派生数44
提交数3
已启用问题?
问题数2
打开的问题数2
拉请求数0
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?