从docker容器内的节点服务器访问ubuntu localhost

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从docker容器内的节点服务器访问ubuntu localhost相关的知识,希望对你有一定的参考价值。

我有一个在docker容器内运行的节点服务器,并且docker容器在ubuntu 16.04中运行。我在ubuntu localhost上运行服务。我试图从节点服务器访问该localhost但仍然获得ECONNREFUSED。这个问题有什么问题吗?

答案

可能在不同的端口上公开节点服务器端口。

docker run -d -p <host_port>:<container_exposed_port> -t <image_name>

并访问暴露的端口。

以上是关于从docker容器内的节点服务器访问ubuntu localhost的主要内容,如果未能解决你的问题,请参考以下文章

7.Docker技术入门与实战 --- 端口映射与容器互联

07-docker端口映射与容器关联

如何解决docker宿主机无法访问容器中的服务

有没有办法通过docker容器内的代理访问谷歌云SQL

无法连接到 Docker 容器内的 MongoDB

通过php访问docker容器内的文件