Renaming prometheus plugin to volume-count

This commit is contained in:
Paul Bellamy
2016-10-05 11:44:34 +01:00
parent 7234659338
commit 3670fe99b9
8 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Start from weaveworks/scope, so that we have a docker client built in.
FROM python:2
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL works.weave.role=system
RUN pip install docker-py
# Add our plugin
ADD ./volume-count.py /usr/bin/volume-count.py
ENTRYPOINT ["/usr/bin/volume-count.py"]