From 60e366d40c55b8844d6d14deef4c4073f4827b23 Mon Sep 17 00:00:00 2001 From: Mikael Salson Date: Tue, 26 Nov 2019 12:16:30 +0100 Subject: [PATCH] doc/server.md: How to know what docker image is running Thanks to @RyanHerb. Closes #2939. --- doc/server.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/server.md b/doc/server.md index ca2c02787..ee7ac11cb 100644 --- a/doc/server.md +++ b/doc/server.md @@ -382,6 +382,14 @@ Then launch it again docker-compose up -d nginx ``` +## Knowing what docker image version is running + +As our latest image is always tagged `latest` you may have troubles to know +what version is currently running on your server. To determine that, you can +use the *digest* of the image. You can view it, for example with `docker image +--digests vidjil/server`. Then you can compare it with the digests shown [on +the Dockerhub page](https://hub.docker.com/r/vidjil/server/tags/). + # Plain server installation This installation is not supported anymore.