summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2016-02-05 16:16:40 +0100
committerNicolargo <nicolas@nicolargo.com>2016-02-05 16:16:40 +0100
commit4dd46cfef58e6812e6b719e51457f7f2d2e57bd0 (patch)
tree8fec7d30d4c94f295eaced0e305a687daa81fbc4 /README.rst
parentd959ca97b61154c4e85fe889060856aeed087d93 (diff)
Add Docker Glances container docs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 22 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index fe57aa9e..b11b8b4a 100644
--- a/README.rst
+++ b/README.rst
@@ -56,8 +56,10 @@ Optional dependencies:
Installation
============
-Glances Auto Install script
----------------------------
+Several method to test/install Glances on your system. Choose your weapon !
+
+Glances Auto Install script: the total way
+------------------------------------------
To install both dependencies and latest Glances production ready version
(aka *master* branch), just enter the following command line:
@@ -118,6 +120,24 @@ If you need to install Glances in a specific user location, use:
export PYTHONUSERBASE=~/mylocalpath
pip install --user glances
+Docker: the funny way
+---------------------
+
+A Glances container is available. It will include the latest development HEAD version. You can use it to monitor your server and all your others containers !
+
+Get the Glances container:
+
+.. code-block:: console
+
+ docker pull nicolargo/glances
+
+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
+
+
GNU/Linux
---------