From 6f71aee5b8c79021e03850474a36f22b66c4ce83 Mon Sep 17 00:00:00 2001 From: Bharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com> Date: Sat, 24 Jun 2023 19:54:24 +0530 Subject: chg: docs(docker) - use table for image tag variants --- docs/docker.rst | 45 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 38 insertions(+), 7 deletions(-) diff --git a/docs/docker.rst b/docs/docker.rst index d7e9e2eb..9983dc45 100644 --- a/docs/docker.rst +++ b/docs/docker.rst @@ -9,16 +9,47 @@ Get the Glances container: .. code-block:: console - docker pull nicolargo/glances: + docker pull nicolargo/glances: 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) +.. list-table:: + :widths: 25 15 25 35 + :header-rows: 1 + + * - Image Tag + - OS + - Target + - Installed Dependencies + * - `latest-full` + - Alpine + - Latest Release + - Full + * - `latest` + - Alpine + - Latest Release + - Minimal + (Bottle & Docker) + * - `dev` + - Alpine + - develop + - Full + * - `ubuntu-latest-full` + - Ubuntu + - Latest Release + - Full + * - `ubuntu-latest` + - Ubuntu + - Latest Release + - Minimal + (Bottle & Docker) + * - `ubuntu-dev` + - Ubuntu + - develop + - Full + +.. warning:: + Tags containing `dev` target the `develop` branch directly and could be unstable. + +For example, if you want a full Alpine Glances image (latest release) with all dependencies, go for `latest-full`. You can also specify a version (example: 3.4.0). All available versions can be found on `DockerHub`_. -- cgit v1.2.3