ClusterHQ / docker-plugins

A temporary fork of Docker for working on docker plugin mechanism (mainly for issue tracker, wiki)
Apache License 2.0
1 stars 2 forks source link

Changes to volume extension protocol #6

Open lukemarsden opened 9 years ago

lukemarsden commented 9 years ago

@progrium and I talked about normalising the data structure passed back and forth so that the response is always the same structure as the request.

Conceptually it's like passing a reference to an object to multiple plugins and allowing them to mutate them.

This is currently only documented roughly here: https://github.com/lukemarsden/docker/blob/docker-extensions-proposal/docs/sources/reference/plugin-mvp.md

lukemarsden commented 9 years ago

The volumes extension spec has changed now, and that work is on a separate track.

tomdee commented 9 years ago

Are you talking about this (https://github.com/ClusterHQ/docker-plugins/pull/14) or something else?