Hi Gaurav,

You can expose ports in docker so they are reachable from the host machine
[1].  One trick I like to use is I have a container running an openssh
server that I SSH into and expose a local port [2].  Then I can point my
browser at localhost:1025 as a SOCKS proxy and tell it to do remote dns.
Then all requests are routed into the docker network for resolution.

[1]
https://docs.docker.com/engine/userguide/networking/default_network/binding/
[2]
https://blog.rosander.ninja/nifi/toolkit/tls/2016/09/20/tls-toolkit-standalone-multi.html

Thanks,
Bryan

On Tue, Dec 13, 2016 at 2:50 PM, Gaurav Goyal <[email protected]> wrote:

> Dear NiFi Team,
>
>
> You are doing superb Job!
>
> I need your help to sort out my issue.
>
> I am deploying NiFi docker image in my VM and want to access NiFi GUI
> remotely from my laptop rather than accessing it as Localhost.
>
> What configuration should i change?
>
>
> Regards
> Gaurav Goyal
>
>

Reply via email to