Skip to content

Commit

Permalink
Merge branch 'doc/docker-digest' into 'dev'
Browse files Browse the repository at this point in the history
doc/server.md: How to know what docker image is running

Closes #2939

See merge request vidjil/vidjil!547
  • Loading branch information
mikael-s committed Nov 26, 2019
2 parents 343a80b + 60e366d commit c6140f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/server.md
Expand Up @@ -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.
Expand Down

0 comments on commit c6140f5

Please sign in to comment.