From ef9a64cdd040e1c98712324d928b159185afe3ca Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 24 Sep 2022 16:24:22 +0200 Subject: Update docs regarding Docker images --- README.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f17948cd..6986ec90 100644 --- a/README.rst +++ b/README.rst @@ -196,16 +196,18 @@ Get the Glances container: .. code-block:: console - docker pull nicolargo/glances: + docker pull nicolargo/glances:alpine-latest-full -Available versions on the Docker Hub repository: +The followings tags are availables: -- *nicolargo/glances:latest* for a basic Debian Glances image version with minimal dependencies -- *nicolargo/glances:alpine-latest* for a basic Alpine Glances image version with minimal dependencies -- *nicolargo/glances:latest-full* for a full Debian Glances image version with all dependencies -- *nicolargo/glances:alpine-latest-full* for a full Alpine Glances image version with all dependencies +- *alpine-latest-full* for a full Alpine Glances image (latest release) with all dependencies +- *latest-full* for a full Debian Glances image (latest release) with all dependencies +- *alpine-latest* for a basic Alpine Glances (latest release) version with minimal dependencies +- *latest* for a basic Debian Glances image (latest release) with minimal dependencies +- *alpine-dev* for a basic Alpine Glances image (development branch) with all dependencies +- *latest* for a basic Debian Glances image (development branch) with all dependencies -You can also specify a version by replacing latest by 3.2.6.4 (for example). +You can also specify a version (example: *alpine-3.2.7-full*). Run last version of Glances container in *console mode*: -- cgit v1.2.3 From 4046fbb18cf16be684ada228314c1f328779a3c1 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Mon, 3 Oct 2022 21:53:24 +0800 Subject: Fix typos Found via `codespell -S ./venv,./glances/outputs,*.svg -L hart,bu,te,statics` --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 6986ec90..ecfd1f8f 100644 --- a/README.rst +++ b/README.rst @@ -198,7 +198,7 @@ Get the Glances container: docker pull nicolargo/glances:alpine-latest-full -The followings tags are availables: +The following tags are availables: - *alpine-latest-full* for a full Alpine Glances image (latest release) with all dependencies - *latest-full* for a full Debian Glances image (latest release) with all dependencies @@ -414,7 +414,7 @@ or in a CSV format thanks to the stdout-csv option: 2018-12-08 22:04:23 CEST,5.4,5949136896,4,1.04,0.99,1.04 ... -or in a JSON format thanks to the stdout-json option (attibute not supported in this mode in order to have a real JSON object in output): +or in a JSON format thanks to the stdout-json option (attribute not supported in this mode in order to have a real JSON object in output): .. code-block:: console -- cgit v1.2.3 From 7003616ea51a3f9c6f0b80ff2db60bfe6b814a06 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 16 Oct 2022 15:30:33 +0200 Subject: version 3.3.0 --- README.rst | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index ecfd1f8f..0eeff51e 100644 --- a/README.rst +++ b/README.rst @@ -57,15 +57,6 @@ Glances is written in Python and uses libraries to grab information from your system. It is based on an open architecture where developers can add new plugins or exports modules. -Social networks -=============== - -.. image:: https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/twitter-icon.png - :target: https://twitter.com/nicolargo - -.. image:: https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/reddit.png - :target: https://www.reddit.com/r/glances/ - Requirements ============ @@ -86,6 +77,7 @@ Glances version 4.0 will no longer supports Python 2.x. Optional dependencies: +- ``batinfo`` (for battery monitoring) - ``bernhard`` (for the Riemann export module) - ``bottle`` (for Web server mode) - ``cassandra-driver`` (for the Cassandra export module) @@ -148,7 +140,7 @@ To install it, use the following command: pip install --user 'glances[web]' -For a full installation (with all features: +For a full installation (with all features): .. code-block:: console @@ -205,7 +197,7 @@ The following tags are availables: - *alpine-latest* for a basic Alpine Glances (latest release) version with minimal dependencies - *latest* for a basic Debian Glances image (latest release) with minimal dependencies - *alpine-dev* for a basic Alpine Glances image (development branch) with all dependencies -- *latest* for a basic Debian Glances image (development branch) with all dependencies +- *dev* for a basic Debian Glances image (development branch) with all dependencies You can also specify a version (example: *alpine-3.2.7-full*). @@ -250,7 +242,8 @@ may not be the latest version. Note: The Debian package (and all other Debian-based distributions) do not include anymore the JS statics files used by the Web interface -(see ``issue2021``). +(see ``issue2021``). If you want to add it to your Glances installation, +follow the instructions: ``issue2021comment``. FreeBSD ------- @@ -454,7 +447,9 @@ Donation If you like this open-source project, you can become a sponsor. -See the sponsors_ page (one-time or monthly tier available). +See the Github sponsors_ page (one-time or monthly tier available). + +Or send me some bitcoins: 185KN9FCix3svJYp7JQM7hRMfSKyeaJR4X Author ====== @@ -478,4 +473,5 @@ Glances is distributed under the LGPL version 3 license. See ``COPYING`` for mor .. _wiki: https://github.com/nicolargo/glances/wiki/How-to-contribute-to-Glances-%3F .. _package: https://repology.org/metapackage/glances/packages .. _sponsors: https://github.com/sponsors/nicolargo -.. _issue2021: https://github.com/nicolargo/glances/issues/2021#issuecomment-1197831157 \ No newline at end of file +.. _issue2021: https://github.com/nicolargo/glances/issues/2021#issuecomment-1197831157 +.. _issue2021comment: https://github.com/nicolargo/glances/issues/2021#issuecomment-1197831157 \ No newline at end of file -- cgit v1.2.3