Docker - Swarm
You created an overlay network with:
But when you try to connect a standalone container using
docker network create -d overlay mynet
But when you try to connect a standalone container using
docker run --net mynet, it fails. What is the likely cause?