We are trying to make a cluster of h20 using docker image what we are using is a ENTRYPOINT command with ip of host machine when we are trying to execute the image it give me the following error(Ip Address not found).Please suggest as we have a demo.
ENTRYPOINT ["java","-Xmx10g","-jar","h2o-3.22.1.6/h2o.jar","-ip","192.168.29.164","-port","54321","-client"]
IPv6 stack selected: false
Possible IP Address: eth0 (eth0), 172.17.0.2
Possible IP Address: lo (lo), 127.0.0.1
IP address not found on this machine