Browse Source

Add update image description

master
Jürgen Holly 4 days ago
parent
commit
7a8971b50f
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      Readme.md

+ 9
- 0
Readme.md 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.

Loading…
Cancel
Save