-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Add Blockbridge volume plugin #15233
Conversation
Thanks! LGTM. I'll add it to the milestone, but @calavera has the final word in this :-) /cc @moxiegirl @calavera (for review and cherry-pick) |
@@ -31,6 +31,12 @@ Follow the instructions in the plugin's documentation. | |||
|
|||
The following plugins exist: | |||
|
|||
* The [Blockbridge plugin](https://github.com/blockbridge/blockbridge-docker-volume) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@srust Thank you for the contribution. Two sentences are a bit easier to read.
--> https://gist.github.com/moxiegirl/48475ed3a43fac7aea4e
The Blockbridge plugin
is a volume plugin that provides access to an extensible set of
container-based persistent storage options. It supports single and multi-host Docker
environments with features that include tenant isolation, automated
provisioning, encryption, secure deletion, snapshots and QoS.
Signed-off-by: Stephen Rust <[email protected]>
b3a5a83
to
8b15b79
Compare
@moxiegirl thank you for the review! You've got it. Two sentences, pushed a new commit. |
LGTM. Thank you! |
Docs: Add Blockbridge volume plugin
@calavera Cherry pick too? |
Thank you for all your hard work on the volume plugins, and the volume plugins API!
We have just made available our volume plugin for Docker. This PR is to list the plugin alongside the other existing volume plugins in the plugins documentation.
Please consider this docs change for 1.8.
Thank you!