Hi,
I have few containers running on two different docker hosts which are on same network. the communication among the containers is fine because they are on same overlay network. Now I want to access container from a third physical machine (Not a docker host) from same network (on which docker hosts connected). How can I do that? Do I need to change some network configs on third machine? any ideas?
Thanks