You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reinstall PANDORA, users will need to delete the previously installed PANDORA Docker container and associated data/volumes by stopping the currently running container:
56
56
57
57
```bash
58
+
## Stop running instance
58
59
docker stop genular
60
+
## Remove container and data
59
61
docker system prune -a --volumes
62
+
## In some cases data is not removed, please run
63
+
docker volume prune --all
60
64
```
61
65
62
66
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