Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Rust committed Apr 27, 2016
1 parent e74ef4c commit 19b4dd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ volume-driver:

nocache:
docker build --no-cache -t blockbridge/volume-driver .

readme:
@md-toc-filter README.md.raw > README.md
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Blockbridge Volume Plugin for Docker

Version 3.1
Version 3.3

The Blockbridge volume driver integrates Docker with Blockbridge storage
services in single and multi-host Docker deployments. Using Blockbridge enables
Expand Down Expand Up @@ -119,8 +119,8 @@ BLOCKBRIDGE_API_KEY
````

Set these environment variables to point to the Blockbridge backend
storage, and to authenticate with the management API. The [Blockbridge
storage simulator](https://github.com/blockbridge/blockbridge-simulator), or any other Blockbridge storage can be configured for use
storage, and to authenticate with the management API. The Blockbridge
simulator, or any other Blockbridge storage can be configured for use
with the volume driver.

#### Start the volume driver
Expand Down
4 changes: 3 additions & 1 deletion README.md.raw
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Blockbridge Volume Plugin for Docker

Version 3.1
Version 3.3

The Blockbridge volume driver integrates Docker with Blockbridge storage
services in single and multi-host Docker deployments. Using Blockbridge enables
Expand Down Expand Up @@ -79,7 +79,9 @@ with the volume driver.
````
export BLOCKBRIDGE_API_HOST="172.17.42.121"
export BLOCKBRIDGE_API_KEY="1/4pz/TrwO0l53xY8j6VkorTZu2wJEeaaH5PktWI2AxSXynP9OvA7THw"

./bin/blockbridge-docker-volume
````

Confirm the driver is running

Expand Down

0 comments on commit 19b4dd1

Please sign in to comment.