You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
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?
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 calledweave
, the user naively (although reasonably) triesdocker service create --network weave
and getsError 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
The text was updated successfully, but these errors were encountered: