docker-wait

NOT MAINTAINED

  • 所有者: aanand/docker-wait
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

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)
平台
许可证
发布数0
创建于2014-07-30 23:56:58
推送于2016-04-26 15:15:45
最后一次提交2016-04-26 16:15:45
星数154
关注者数9
派生数44
提交数3
已启用问题?
问题数2
打开的问题数2
拉请求数0
打开的拉请求数1
关闭的拉请求数0
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部