从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的主要内容,如果未能解决你的问题,请参考以下文章