summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRaz Crimson <52282402+RazCrimson@users.noreply.github.com>2023-03-30 01:15:11 +0530
committerRaz Crimson <52282402+RazCrimson@users.noreply.github.com>2023-03-30 01:15:11 +0530
commit9cd1c7e778396b2f25329e0e7d3a59bae91686ac (patch)
tree8514abdd6f8532b069e436b077a5ceedf2a99aca /docs
parent0b76cd86c1e57b291f9ce93be47d59d5ce80b77e (diff)
docs: Docker - include tag details
Diffstat (limited to 'docs')
-rw-r--r--docs/docker.rst18
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/docker.rst b/docs/docker.rst
index f54a0816..7cd57875 100644
--- a/docs/docker.rst
+++ b/docs/docker.rst
@@ -9,7 +9,20 @@ Get the Glances container:
.. code-block:: console
- docker pull nicolargo/glances
+ docker pull nicolargo/glances:<version>
+
+Available tags (all images are based on the Alpine Operating System):
+
+- `latest` for a minimal Glances image (latest release) version with Console, WebUI and Docker dependencies (Recommended)
+- `latest-full` for a full Glances image (latest release) with all dependencies
+- `dev` for a full Glances image (development branch) with all dependencies (may be instable)
+You can also specify a version (example: 3.3.0.4). All available versions can be found on `DockerHub`_.
+
+An Example to pull the `latest` tag:
+
+.. code-block:: console
+
+ docker pull nicolargo/glances:latest
Run the container in *console mode*:
@@ -152,3 +165,6 @@ You can add a ``[passwords]`` block to the Glances configuration file as mention
# Additionally (and optionally) a default password could be defined
localhost=mylocalhostpassword
default=mydefaultpassword
+
+
+.. _DockerHub: https://hub.docker.com/r/nicolargo/glances/tags