我正在尝试在 docker-machine 之上的 Docker 上安装 Hadoop。长话短说,我需要能够curl 172.17.0.1:8500
。
这在虚拟机中工作得很好,但在 MacOS 中却失败了。
curl: (7) Failed connect to 172.17.0.1:8500; Operation timed out
我应该怎么做才能解决这个问题?
我正在尝试在 docker-machine 之上的 Docker 上安装 Hadoop。长话短说,我需要能够curl 172.17.0.1:8500
。
这在虚拟机中工作得很好,但在 MacOS 中却失败了。
curl: (7) Failed connect to 172.17.0.1:8500; Operation timed out
我应该怎么做才能解决这个问题?