码头 allows servers from multiple containers to connect to each other via links and service discovery。但是,从我看来,这个服务发现是主机本地的。我希望实现一个使用托管在不同计算机上的其他服务的服务。
在 Docker,已经有几种方法可以解决这个问题,比如 CoreOS 的 jumpers
,本质上代理另一台机器的主机本地服务,以及一大堆管理 Docker 部署的 github 项目,这些项目似乎都试图支持这个用例。
Given the pace of development it is hard to follow what current best practices are. Therefore my question is essentially: