Skip to content

Commit b6469a2

Browse files
committed
[hotfix] new minor version
1 parent 995b772 commit b6469a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ docker run --rm --detach --name genular --tty --interactive --env IS_DOCKER='tru
5555
To reinstall PANDORA, users will need to delete the previously installed PANDORA Docker container and associated data/volumes by stopping the currently running container:
5656

5757
```bash
58+
## Stop running instance
5859
docker stop genular
60+
## Remove container and data
5961
docker system prune -a --volumes
62+
## In some cases data is not removed, please run
63+
docker volume prune --all
6064
```
6165

6266
Please make sure to delete `PANDORA` data volume and image before reinstalling otherwise you will maybe still use old `PANDORA` instance when you run it!

0 commit comments

Comments
 (0)