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

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -