Docker container access to swarm IPs -


when running docker containers swarm cluster containers have access ips of cluster nodes via env variables or otherwise?

i want run elasticsearch instance on each node in swarm cluster. , discovery each other in unicast mode. therefore each elasticsearch instanc needs configured list of ips in cluster.

if mean container of 1 node can access container's ip of other node , not possible . have use weave tool connect container across different node or other tool .


Comments

Popular posts from this blog

javascript - Complete OpenIDConnect auth when requesting via Ajax -

c# - Replace text in MailItem Body -

java - Get more than One value and display it -