weaveworks-experiments / docker-plugin

Deprecated, part of Weave Net now
https://github.com/weaveworks/weave
Apache License 2.0
33 stars 9 forks source link

Work with "fast data path" weave #35

Closed squaremo closed 8 years ago

squaremo commented 9 years ago

Weave 1.2 adds a branch in the weave script for connecting containers to the "fast data path". The actual interface munging is done by invoking the router binary, but the tricky part is to detect which kind of bridge is being used. (Ideally it'd all be moved into a library, then I would just link to that, of course ..)