docker network create -d overlay --attachable myswarmnet

Category: Docker

docker network create -d overlay --attachable myswarmnet

Create an attachable swarm overlay network

overlay = swarm's cross-host container network that spans all nodes. --attachable lets standalone containers, not just swarm services, join it. Requires an active swarm, initialized with docker swarm init.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.