将容器连接到本地数据库

时间:2016-06-08 06:17:36

标签: postgresql docker docker-machine

我使用docker让redmine在服务器上运行,我用postgresql创建另一个容器并相互链接。

我是使用docker的新手,但我希望我的redmine容器连接到我的localhost postgresql,而不是链接到我的另一个容器。

我该怎么做?

1 个答案:

答案 0 :(得分:0)

您可以从容器中获取泊坞主机的IP,如this answerip addr show eth0)中所述。

或者您可以添加localhost using the guest network interface(如果您使用的是虚拟机)

--add-host="localhost:10.0.2.2"