summaryrefslogtreecommitdiffstats
path: root/docs/docker.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-05-15 09:41:04 +0200
committernicolargo <nicolas@nicolargo.com>2023-05-15 09:41:04 +0200
commit3b997bcabb61751a858ded9d1cff35969bd1f31d (patch)
treeb35cb494af09cfc6024ca25132801493cffb8df7 /docs/docker.rst
parenta4cc111489bd611a81487827a005f861026d5fa3 (diff)
Update release note for Glances 3.4.0
Diffstat (limited to 'docs/docker.rst')
-rw-r--r--docs/docker.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/docker.rst b/docs/docker.rst
index e1adb3fb..fe005f0f 100644
--- a/docs/docker.rst
+++ b/docs/docker.rst
@@ -11,11 +11,15 @@ Get the Glances container:
docker pull nicolargo/glances:<version>
-Available tags (all images are based on the Alpine Operating System):
+Available tags (all images are based on both Alpine and Ubuntu Operating System):
+
+- *latest-full* for a full Alpine Glances image (latest release) with all dependencies
+- *latest* for a basic Alpine Glances (latest release) version with minimal dependencies (Bottle and Docker)
+- *dev* for a basic Alpine Glances image (based on development branch) with all dependencies (Warning: may be instable)
+- *ubuntu-latest-full* for a full Ubuntu Glances image (latest release) with all dependencies
+- *ubuntu-latest* for a basic Ubuntu Glances (latest release) version with minimal dependencies (Bottle and Docker)
+- *ubuntu-dev* for a basic Ubuntu Glances image (based on development branch) with all dependencies (Warning: may be instable)
-- `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.4.0). All available versions can be found on `DockerHub`_.
An Example to pull the `latest` tag: