Closed
Description
I think the documentation page at https://docs.docker.com/engine/swarm/networking/ could be more precise about the fact that you HAVE TO create your own overlay network to use the service discovery feature.
As discussed in moby/moby#26993 was under the impression that - while I noticed that I have the option to create new overlay networks - Docker would give me a "default" overlay network (after all there was that ingress
network). @sanimej has added some explanation to the documentation of ingress
, but that would not have helped me as I was working through the "Getting Started" guide - and the ingress page does not seem to be part of that.