Docker - Swarm
Given the following Docker Swarm overlay network creation command:
What does the
docker network create -d overlay --attachable mynet
What does the
--attachable flag do?