summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-07-29 21:29:44 +0200
committernicolargo <nicolashennion@gmail.com>2016-07-29 21:29:44 +0200
commit9277c27aa6fbff1357fb106391646cf56fd5617a (patch)
treea229a642925ac8d795c240738a0c0a20d32c17d6 /README.rst
parentaa94ccb91a843526e6da2776e4af61f95aa86db6 (diff)
Remove Pypi download badge
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 6d209b4f..894b15ff 100644
--- a/README.rst
+++ b/README.rst
@@ -5,9 +5,6 @@ Glances - An eye on your system
.. image:: https://img.shields.io/pypi/v/glances.svg
:target: https://pypi.python.org/pypi/Glances
-.. image:: https://img.shields.io/pypi/dm/glances.svg
- :target: https://pypi.python.org/pypi/glances#downloads
- :alt: Downloads this month
.. image:: https://img.shields.io/github/stars/nicolargo/glances.svg
:target: https://github.com/nicolargo/glances/
:alt: Github stars
@@ -148,7 +145,7 @@ Run the container in console mode:
.. code-block:: console
docker run -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host -it docker.io/nicolargo/glances
-
+
Run the container in Web server mode (notice the GLANCES_OPT environment variable setting parameters for the glances startup command) :
.. code-block:: console