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

Operate in --kvstore mode #27

Closed squaremo closed 8 years ago

squaremo commented 9 years ago

If the driver is used with dockers connected to a shared database (currently, this is determined with a --kvstore flag to docker (and the driver being marked as Global(?)), all plugin processes will see each create and delete call.

If our operations are either local or idempotent, all we need (ha!) is that everything is propagated in the correct order. That means:

bboreham commented 8 years ago

Docker moved on from this design so closing as obsolete.