Signed-off-by: Jeremy Unruh <jeremybunruh@gmail.com>
| ... | ... |
@@ -56,6 +56,9 @@ The following plugins exist: |
| 56 | 56 |
* The [Keywhiz plugin](https://github.com/calavera/docker-volume-keywhiz) is |
| 57 | 57 |
a plugin that provides credentials and secret management using Keywhiz as |
| 58 | 58 |
a central repository. |
| 59 |
+ |
|
| 60 |
+* The [Netshare plugin](https://github.com/gondor/docker-volume-netshare) is a volume plugin |
|
| 61 |
+ which provides volume management for NFS 3/4, AWS EFS and CIFS file systems. |
|
| 59 | 62 |
|
| 60 | 63 |
* The [Pachyderm PFS plugin](https://github.com/pachyderm/pachyderm/tree/master/src/cmd/pfs-volume-driver) |
| 61 | 64 |
is a volume plugin written in Go that provides functionality to mount Pachyderm File System (PFS) |
| ... | ... |
@@ -65,9 +68,6 @@ The following plugins exist: |
| 65 | 65 |
which is written in Go and provides advanced storage functionality for many |
| 66 | 66 |
platforms including EC2, OpenStack, XtremIO, and ScaleIO. |
| 67 | 67 |
|
| 68 |
-* The [Netshare plugin](https://github.com/gondor/docker-volume-netshare) is a volume plugin |
|
| 69 |
- which provides volume management for NFS 3/4, AWS EFS and CIFS file systems. |
|
| 70 |
- |
|
| 71 | 68 |
## Troubleshooting a plugin |
| 72 | 69 |
|
| 73 | 70 |
If you are having problems with Docker after loading a plugin, ask the authors |