I create two service, service-a
(3 replies) and service-b
(5 replies).
They are in micro
overlay network.
I want to get all container ip from dns.
# docker run --rm --network micro alpine nslookup service-a
But only get one ip. Is there has anyway to get all IPs address of some service using dns?