数据库
首页 > 数据库> > 从macOS上的docker容器内连接到localhost mysql服务器

从macOS上的docker容器内连接到localhost mysql服务器

作者:互联网

如何从macOS上的docker容器连接到localhost mysql服务器?
使用–add-host执行此操作的一种方法,但需要我传递一些名称,如“myhost”.
在macOS中是否有任何方法可以从docker容器内部引用localhost实际引用docker host?

解决方法:

在MacOS上,docker提供特殊的DNS名称docker.for.mac.localhost,它将解析为主机使用的内部IP地址.

标签:docker,mysql,macos,osx-elcapitan
来源: https://codeday.me/bug/20190828/1753005.html