docs/plugins: add volume count plugin

A new plugin was added to the weaveworks plugins organization,
this patch exposes it into the scope documentation.
This commit is contained in:
Alessandro Puccetti
2016-10-28 14:28:18 +02:00
parent 655b532ac3
commit 953548d833

View File

@@ -18,6 +18,8 @@ You can find all the official plugins at [Weaveworks Plugins](https://github.com
* [Traffic Control](https://github.com/weaveworks-plugins/scope-traffic-control): This plugin allows the user to modify latency and packet loss for a specific container via buttons in the UI's container detailed view.
* [Volume Count](https://github.com/weaveworks-plugins/scope-volume-count): This plugin is a Python application that asks docker for the the number of mounted volumes for each container, providing container-level count.
## Plugins Internals
This section explains the fundamental parts of the plugins structure necessary to understand how a plugin communicates with Scope.
You can find more practical examples in [Weaveworks Plugins](https://github.com/weaveworks-plugins) repositories.