GithubHelp home page GithubHelp logo

doytsujin / scope-volume-count Goto Github PK

View Code? Open in Web Editor NEW

This project forked from weaveworks-plugins/scope-volume-count

0.0 1.0 0.0 13 KB

Plugin for Weave Scope which adds counts of mounted docker volumes to each container

License: Apache License 2.0

Dockerfile 6.10% Makefile 11.60% Python 82.30%

scope-volume-count's Introduction

Scope Volume Count Plugin

The Scope Volume Count plugin is a Python application that asks docker for the the number of mounted volumes for each container, providing container-level count in the Weave Scope UI.

How to Run Scope Volume Count Plugin

  • Using a pre-built Docker image

If you want to make sure of running the latest available version of the plugin, you pull the image from docker hub.

docker pull weaveworksplugins/scope-volume-count:latest

To run the Scope Volume Count plugin you just need to run the following command.

docker run --rm -ti \
	--net=host \
	-v /var/run/scope/plugins:/var/run/scope/plugins \
	--name weaveworksplugins-scope-volume-count weaveworksplugins/scope-volume-count:latest
  • Recompiling an image
git clone [email protected]:weaveworks-plugins/scope-volume-count.git
cd scope-volume-count; make;

Note If Scope Volume Count plugin has been registered by Scope, you will see it in the list of PLUGINS in the bottom right of the UI (see the rectangle in the above figure). The measured value is showed in the STATUS section (see the circle in the above figure).

Getting Help

We love hearing from you and encourage you to join our community. For more information on how to get help or get in touch, see Scope's help section.

scope-volume-count's People

Contributors

paulbellamy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.