Commit 3b6c36

2026-08-30 13:33:35 Ralph Thesen: Fix container name in the docker cli upgrade example
upgrade.md ..
@@ 17,7 17,7 @@
# stop the running container
docker stop otterwiki
# delete the container
- docker rm wiki
+ docker rm otterwiki
```
Next step is fetching the new image via:
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9