summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-09-24 16:24:22 +0200
committernicolargo <nicolas@nicolargo.com>2022-09-24 16:24:22 +0200
commitef9a64cdd040e1c98712324d928b159185afe3ca (patch)
treeee431e76b492efc207e33c0bf79a1dee9e78a167
parente1a85a24f7736cdc732df699728ac4ba1914b177 (diff)
Update docs regarding Docker images
-rw-r--r--README.rst16
1 files changed, 9 insertions, 7 deletions
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:<version>
+ 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*: