Add update image description

This commit is contained in:
2020-12-26 11:12:51 +01:00
parent b5e8641a24
commit 7a8971b50f

View File

@ -107,3 +107,12 @@ docker run -it --rm \
-v /path/to/my/local/eressea/folder:/data \ -v /path/to/my/local/eressea/folder:/data \
jacsid/eressea run jacsid/eressea run
``` ```
## Update Docker image
It's easy to update to the newest Docker image. Execute following command:
```
docker image pull jacsid/eressea:latest
```
Afterwards start the above described commands as usual.