mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
The semantics of an "anonymous" endpoint has always been weird: it was set on endpoints which name shouldn't be taken into account when inserting DNS records into libnetwork's `Controller.svcRecords` (and into the NetworkDB). However, in that case the endpoint's aliases would still be used to create DNS records; thus, making those "anonymous endpoints" not so anonymous. Signed-off-by: Albin Kerouanton <albinker@gmail.com>