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