I've added the server node to a docker instance. (https://github.com/hmmlopez/geo-ignite-example)
1) change directory to the server project and run: mvn package dockerfile:build 2) start docker exposing the necessary ports: docker run -p 47500:47500 -p 47100:47100 -t springio/server 3) Run the client from your IDE Still working for me running the server node inside a docker container. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
