From acc0ce0202f4eece66c8030499e64b9d955cc956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 19 Jan 2022 15:08:00 +0100 Subject: [PATCH] docs: clarify container pruning during uninstallation Close #566. --- docs/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 783f76f..c230751 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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