Hi, I am trying to run Ignite Cluster using Docker containers. I have Docker for Desktop running on my Windows box and I downloaded Apache Ignite 2.7.0 image from Docker Hub. I am able to start Ignite server using docker command :
<source>docker run --rm --name myignite -p 47500:47500 -p 47501:47501 -p 10800:10800 -it apacheignite/ignite</source> I am trying to connect to the Server Node from my client application and here I hit a snag. How do I connect to the server? I opened an image and went to the "config" folder and I found "default-config.xml" there with no "IpFinder" section. What ports am I suppose to connect to from the client? What hostname do I need to specify on the client side, "localhost"? I looked for the documentation in Apache Ignite tutorial but there are very few things there designate to this topic. Is there any example or some kind of tutorial on how to run Ignite Cluster using Docker containers? Thank you in advance. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
