volume-plugin
A Blockbridge volume plugin for persistent, secure, multi-tenant storage for use with the Docker Enterprise 3.0 Swarm Orchestrator.
50K+
The Blockbridge Volume Plugin integrates Docker with Blockbridge elastic storage using the v2 Docker Plugin API. The plugin provides access to high-performance storage with advanced security, mobility, backup and restore capabilities.
Standard management functions are available using native Docker tools. Extended storage management functions are available using Blockbridge tools. The table below summarizes support for each set of interfaces.
| Storage Feature | Standard | Extended |
|---|---|---|
| Create Volume | Yes | Yes |
| Inspect Volume | Yes | Yes |
| List Volumes | Yes | Yes |
| Remove Volume | Yes | Yes |
| Secure Transport Volumes | Yes | Yes |
| Authenticated Volumes | Yes | Yes |
| Encrypted Volumes | Yes | Yes |
| QoS Volumes | Yes | Yes |
| Create Volume Profile | – | Yes |
| Inspect Volume Profile | – | Yes |
| List Volume Profiles | – | Yes |
| Remove Volume Profiles | – | Yes |
| Volume Backup | – | Yes |
| Volume Restore | Yes | Yes |
| Inspect Backup | – | Yes |
| List Backups | – | Yes |
| Remove Backup | – | Yes |
The following variables specify the address and authentication meterials needed for the plugin to communicate with the Blockbridge Storage API.
BLOCKBRIDGE_API_HOST BLOCKBRIDGE_API_KEYBy default, Docker will associate each volume with the versioned name of the plugin that created it. This is known to present significant issues if you need to upgrade. We highly recommend using a plugin alias.
--alias blockbridge$ docker plugin install --alias blockbridge blockbridge/volume-plugin \
BLOCKBRIDGE_API_KEY="1/AZQ+qUfETE2ePp7kR5VOfzFjvaScCZ0iXPUF5uzES3oxlD6pR8RNDA" \
BLOCKBRIDGE_API_HOST="10.10.10.10"
Please see https://www.blockbridge.com/container/ for a one-command install for the Blockbridge storage container, and in-depth tutorials.
Please see https://github.com/blockbridge/blockbridge-simulator for a quick start guide on getting the Blockbridge Storage simulator up and running, using command line tools, installing the Blockbridge volume plugin for Docker, and attaching devices to your host.
Please https://github.com/blockbridge/blockbridge-docker-volume for in-depth reference of the Blockbridge volume plugin for Docker.

Content type
Plugin
Digest
Size
74.8 MB
Last updated
about 7 years ago
docker plugin install blockbridge/volume-plugin