Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

default networks in swarm driver #2660

Open
lukemarsden opened this issue Nov 23, 2016 · 3 comments
Open

default networks in swarm driver #2660

lukemarsden opened this issue Nov 23, 2016 · 3 comments
Labels

Comments

@lukemarsden
Copy link

Regarding weave on swarmkit, one intrepid user is attempting to get swarmkit working with weave net by building weave from source from my fork (pending 1.9.0) and bumped into a usability issue: weave launch sets up a local scope network called weave, the user naively (although reasonably) tries docker service create --network weave and gets Error response from daemon: network weave is not eligible for docker services

Should we consider changing the default network created by weave launch to a global one, to avoid this DX issue?

cc @brb

@bboreham
Copy link
Contributor

What would you do for the people who are happily using the existing mechanism?

@bboreham
Copy link
Contributor

Can we detect that Docker is running in swarmkit mode? Maybe it's reasonable to create a weave network that works in that case.

@awh awh added the question label Nov 29, 2016
@brb
Copy link
Contributor

brb commented Dec 8, 2016

Related to #2651.

@bboreham bboreham added feature and removed question labels Dec 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants