sanimej·10 ปีที่แล้ว·discussYes, for ex: docker run -d --name web1 --net prod --net-alias web <webapp> docker run -d --name web2 --net prod --net-alias web <webapp>resolution for 'web' will return IPs of both the containers. You might still have to watch out for the DNS caching at the application level.
resolution for 'web' will return IPs of both the containers. You might still have to watch out for the DNS caching at the application level.