moby/integration/service
Albin Kerouanton 6a2542dacf
libnet: remove Endpoint.anonymous
No more concept of "anonymous endpoints". The equivalent is now an
endpoint with no DNSNames set.

Some of the code removed by this commit was mutating user-supplied
endpoint's Aliases to add container's short ID to that list. In order to
preserve backward compatibility for the ContainerInspect endpoint, this
commit also takes care of adding that short ID (and the container
hostname) to `EndpointSettings.Aliases` before returning the response.

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
2023-12-20 19:04:37 +01:00
..
create_test.go integration(-cli): remove skips for old daemon versions (<20.10) 2023-12-05 01:03:50 +01:00
inspect_test.go Wire up tests to support otel tracing 2023-09-07 18:38:22 +00:00
jobs_test.go Wire up tests to support otel tracing 2023-09-07 18:38:22 +00:00
list_test.go integration(-cli): remove skips for old daemon versions (<20.10) 2023-12-05 01:03:50 +01:00
main_test.go Wire up tests to support otel tracing 2023-09-07 18:38:22 +00:00
network_test.go libnet: remove Endpoint.anonymous 2023-12-20 19:04:37 +01:00
plugin_test.go Wire up tests to support otel tracing 2023-09-07 18:38:22 +00:00
update_test.go integration(-cli): remove skips for old daemon versions (<20.10) 2023-12-05 01:03:50 +01:00