I have been able to successfully run apache ignite with custom config using command
docker run -it --net=host -v "pathToLocalDirectory"/config:/opt/ignite/apache-ignite/config -e "CONFIG_URI=file:///opt/ignite/apache-ignite/config/default-config.xml" apacheignite/ignite. But when i run my java project in intellij i get the message "IP finder returned empty addresses list. Please check IP finder configuration and make sure multicast works on your network...". Note: the java client project works if i run ignite server using windows batch file. Also i have published 47500 port as well . the result is the same. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
