blockbridge/volume-plugin

By blockbridge

Updated about 7 years ago

A Blockbridge volume plugin for persistent, secure, multi-tenant storage for use with the Docker Enterprise 3.0 Swarm Orchestrator.

Plugin
1

50K+

blockbridge/volume-plugin repository overview

Blockbridge Volume Plugin for Docker

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.

Software Requirements
  • Docker Version: 1.13.1+
  • Blockbridge Version: 3.1+
Supported Features

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 FeatureStandardExtended
Create VolumeYesYes
Inspect VolumeYesYes
List VolumesYesYes
Remove VolumeYesYes
Secure Transport VolumesYesYes
Authenticated VolumesYesYes
Encrypted VolumesYesYes
QoS VolumesYesYes
Create Volume ProfileYes
Inspect Volume ProfileYes
List Volume ProfilesYes
Remove Volume ProfilesYes
Volume BackupYes
Volume RestoreYesYes
Inspect BackupYes
List BackupsYes
Remove BackupYes
Installing the Plugin
Required Parameters

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_KEY

By 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
Example
$ docker plugin install --alias blockbridge blockbridge/volume-plugin \
  BLOCKBRIDGE_API_KEY="1/AZQ+qUfETE2ePp7kR5VOfzFjvaScCZ0iXPUF5uzES3oxlD6pR8RNDA" \
  BLOCKBRIDGE_API_HOST="10.10.10.10"

More information

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.

Tag summary

Content type

Plugin

Digest

Size

74.8 MB

Last updated

about 7 years ago

docker plugin install blockbridge/volume-plugin