Why is docker swarm init performed before creating the overlay networks?
docker swarm init
It makes every future overlay network attachable without an option.
It automatically creates performers_net as a user-defined bridge.
performers_net
It activates Swarm mode, which provides the scope needed for Docker overlay networking.
It starts the north and south BusyBox containers.