We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/BretFisher/dogvscat/blob/master/stack-rexray.yml
Using docker stack deploy -c stack-rexray.yml rexray gives back the following error:
docker stack deploy -c stack-rexray.yml rexray
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.
The text was updated successfully, but these errors were encountered:
Just take out the networking all together. It's fine to let the stack create an overlay for it. Does that fix it?
Sorry, something went wrong.
Did that work for you?
5abb3f3
No branches or pull requests
https://github.com/BretFisher/dogvscat/blob/master/stack-rexray.yml
Using
docker stack deploy -c stack-rexray.yml rexray
gives back the following error:Would love to see what those TODO notes resolve into as well as this has been very useful for my swarm.
The text was updated successfully, but these errors were encountered: