On Thu, May 12, 2016 at 6:26 AM, Kristian Rosenvold <krosenv...@apache.org>
wrote:

> To ny understanding no; the java process running innside the docker
> container has no possibility of binding to the externally visible ip/port.
>
I think if you add “—net=host” parameter to your docker script, then docker
will allow binding to an externally visible port, like discussed in this
example:

https://apacheignite.readme.io/docs/docker-deployment#example

Reply via email to