7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 05:40:48 +00:00

docs: clarify container pruning during uninstallation

Close #566.
This commit is contained in:
Régis Behmo 2022-01-19 15:08:00 +01:00 committed by Régis Behmo
parent 405aaac189
commit acc0ce0202

View File

@ -154,6 +154,11 @@ First of all, stop any locally-running platform::
tutor local stop
tutor dev stop
Remove all containers::
tutor local dc down --remove-orphans
tutor local dc down --remove-orphans
Then, delete all data associated to your Open edX platform::
# WARNING: this step is irreversible