We are facing issue while creating overlay nework in docker swarm

we have use the following link for build up the swarm setup

but when we creating our own customize the network we are faced this problem

Error response from daemon datastore for scope “global” is not initialized.

Me too :frowning:

And docker swarm init says Error response from daemon: 404 page not found

Is your KV datastore running?

Your docker info output should have something like this:

Cluster store: consul://192.168.1.1:8500
Cluster advertise: 192.168.1.1:2375

in it.

I an get the swarm to initialise, but when I try to create an overlay network, I get the global scope problem. That I can get the swarm up suggests the datastore (consul) is at least running. Odd thing is, if I run docker compose (yes experimental I know), it can sucessfully create an overlay network. Tres confused