Browse code

Add docker-volume-ipfs plugin to the list.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Vincent Demeester authored on 2016/02/01 21:30:15
Showing 1 changed files
... ...
@@ -53,6 +53,10 @@ The following plugins exist:
53 53
   another volume plugin that provides multi-host volumes management for Docker
54 54
   using GlusterFS.
55 55
 
56
+* The [IPFS Volume Plugin](http://github.com/vdemeester/docker-volume-ipfs)
57
+  is an open source volume plugin that allows using an
58
+  [ipfs](https://ipfs.io/) filesystem as a volume.
59
+
56 60
 * The [Keywhiz plugin](https://github.com/calavera/docker-volume-keywhiz) is
57 61
   a plugin that provides credentials and secret management using Keywhiz as
58 62
   a central repository.
... ...
@@ -69,16 +73,21 @@ The following plugins exist:
69 69
   platforms including VirtualBox, EC2, Google Compute Engine, OpenStack, and EMC.
70 70
 
71 71
 * The [Contiv Volume Plugin](https://github.com/contiv/volplugin) is an open
72
-source volume plugin that provides multi-tenant, persistent, distributed storage
73
-with intent based consumption using ceph underneath.
72
+  source volume plugin that provides multi-tenant, persistent, distributed storage
73
+  with intent based consumption using ceph underneath.
74 74
 
75 75
 * The [Contiv Networking](https://github.com/contiv/netplugin) is an open source
76
-libnetwork plugin to provide infrastructure and security policies for a
77
-multi-tenant micro services deployment, while providing an integration to
78
-physical network for non-container workload. Contiv Networking implements the
79
-remote driver and IPAM APIs available in Docker 1.9 onwards.
80
-
81
-* The [Weave Network Plugin](http://docs.weave.works/weave/latest_release/plugin.html) creates a virtual network that connects your Docker containers - across multiple hosts or clouds and enables automatic discovery of applications. Weave networks are resilient, partition tolerant, secure and work in partially connected networks, and other adverse environments - all configured with delightful simplicity.
76
+  libnetwork plugin to provide infrastructure and security policies for a
77
+  multi-tenant micro services deployment, while providing an integration to
78
+  physical network for non-container workload. Contiv Networking implements the
79
+  remote driver and IPAM APIs available in Docker 1.9 onwards.
80
+
81
+* The [Weave Network Plugin](http://docs.weave.works/weave/latest_release/plugin.html)
82
+  creates a virtual network that connects your Docker containers -
83
+  across multiple hosts or clouds and enables automatic discovery of
84
+  applications. Weave networks are resilient, partition tolerant,
85
+  secure and work in partially connected networks, and other adverse
86
+  environments - all configured with delightful simplicity.
82 87
 
83 88
 ## Troubleshooting a plugin
84 89