I must be missing something here but I really don't understand why Interlock doesn't add a new docker containers when it has no exposed ports?
All I am trying to do is to get the IP addresses of containers running with a specific name.
Is that how it suppose to be by design? Why?
Maybe there is some other solution that I am not aware of? How else can I discover the address of my containers in a distributed swarm cluster with an overlay network?
Thanks.