Skip to content

Commit

Permalink
Add docs for versionned managed plugin.
Browse files Browse the repository at this point in the history
Fix #7
  • Loading branch information
sapk committed Mar 28, 2018
1 parent 8892052 commit 1eb12c3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# docker-volume-gluster [![License](https://img.shields.io/badge/license-MIT-red.svg)](https://github.com/sapk/docker-volume-gluster/blob/master/LICENSE) ![Project Status](http://img.shields.io/badge/status-alpha-red.svg)
# docker-volume-gluster [![License](https://img.shields.io/badge/license-MIT-red.svg)](https://github.com/sapk/docker-volume-gluster/blob/master/LICENSE) ![Project Status](http://img.shields.io/badge/status-beta-red.svg)
[![GitHub release](https://img.shields.io/github/release/sapk/docker-volume-gluster.svg)](https://github.com/sapk/docker-volume-gluster/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/sapk/docker-volume-gluster)](https://goreportcard.com/report/github.com/sapk/docker-volume-gluster)
[![codecov](https://codecov.io/gh/sapk/docker-volume-gluster/branch/master/graph/badge.svg)](https://codecov.io/gh/sapk/docker-volume-gluster)
master : [![Travis master](https://api.travis-ci.org/sapk/docker-volume-gluster.svg?branch=master)](https://travis-ci.org/sapk/docker-volume-gluster) develop : [![Travis develop](https://api.travis-ci.org/sapk/docker-volume-gluster.svg?branch=develop)](https://travis-ci.org/sapk/docker-volume-gluster)


Use GlusterFS as a backend for docker volume

Status : **proof of concept (working)**
Status : **beta (working)**

Use GlusterFS cli in the plugin container so it depend on fuse on the host.

Expand Down Expand Up @@ -43,6 +43,13 @@ docker plugin set sapk/plugin-gluster MOUNT_UNIQ=1 #Activate --mount-uniq
docker plugin enable sapk/plugin-gluster
```

## Install specific version
```
docker plugin install sapk/plugin-gluster:v1.0.11
# Full list of available tags : https://hub.docker.com/r/sapk/plugin-gluster/tags/
```



## Legacy plugin installation
Expand Down

0 comments on commit 1eb12c3

Please sign in to comment.