Spins up a docker container which binds to host:22000
From the install docker container (on the same host), attempts to connect to host:22000
(the IP you've marked as xx.xx.xx.xx would be the IP of the host on which you're trying to install ECE if so, is that right?)
So it still sounds like some docker config or (local) iptables or selinux issue. We don't do anything clever with networking, we just allow docker containers access to the host network.
To reproduce outside of ECE, you could do something like:
First outside of docker use a tool like nc to check
Find some generic docker image that lets you run a command line, do the same nc test but with the server running in docker
(or look for any config differences between the original host and this one, etc)
Thanks for the detailed information.
Yes, xx.xx.xx.xx is pointing to host ip address. The major difference, existing ECE host docker version is 1.11 and the new host docker version 1.13.
Our plan to docker upgrade(from 1.11 to 1.13) on new host and the move the instance from old host to new host.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.