If you run the cluster on a single node, just initialized by docker swarm init, everything works as expected.
But as soon as the cluster consists of more than one node, connected by the created overlay network, the dbcluster instances, which get started on different hosts than the bootstrap container, will crash at/after syncing with the bootstrap server.
If you run the cluster on a single node, just initialized by
docker swarm init
, everything works as expected. But as soon as the cluster consists of more than one node, connected by the created overlay network, thedbcluster
instances, which get started on different hosts than thebootstrap
container, will crash at/after syncing with thebootstrap
server.