Things to watch out for when creating a swarm-wide network

Relying on Docker’s network documentation we know that there are the following types of networks offered by Docker. Name Description bridge For standalone containers to talk to each other. host Only for swarm services. No isolation between host and container, and the container uses host’s network directly. overlay Allows swarm services on different nodes to … Read moreThings to watch out for when creating a swarm-wide network