BretFisher / dogvscat

Sample Docker Swarm cluster stack of tools
http://dogvs.cat
MIT License
504 stars 127 forks source link

RexRay doesn't work on Docker latest (19) #24

Closed syntaqx closed 4 years ago

syntaqx commented 5 years ago

https://github.com/BretFisher/dogvscat/blob/master/stack-rexray.yml

Using docker stack deploy -c stack-rexray.yml rexray gives back the following error:

network "bridge" is declared as external, but it is not in the right scope: "local" instead of "swarm"

Would love to see what those TODO notes resolve into as well as this has been very useful for my swarm.

BretFisher commented 5 years ago

Just take out the networking all together. It's fine to let the stack create an overlay for it. Does that fix it?

BretFisher commented 4 years ago

Did that work for you?