From 953548d833e3e3374909070fd9d95ff386f90a51 Mon Sep 17 00:00:00 2001 From: Alessandro Puccetti Date: Fri, 28 Oct 2016 14:28:18 +0200 Subject: [PATCH] docs/plugins: add volume count plugin A new plugin was added to the weaveworks plugins organization, this patch exposes it into the scope documentation. --- examples/plugins/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/plugins/README.md b/examples/plugins/README.md index 6b3e762cb..06d216d87 100644 --- a/examples/plugins/README.md +++ b/examples/plugins/README.md @@ -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.