From ca39b87ab6e759a44eb093497c0edb702dc04a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sun, 7 Jun 2020 17:51:32 +0200 Subject: [PATCH] Fix docs on restarting platform after custom openedx image build Close #338 --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 4c399ca..51cf2e2 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -197,7 +197,7 @@ On a vanilla platform deployed by Tutor, the image that is run is downloaded fro The following sections describe how to modify various aspects of the docker image. Every time, you will have to re-build your own image with this command. Re-building should take ~20 minutes on a server with good bandwidth. After building a custom image, you should stop the old running containers:: - tutor local stop openedx + tutor local stop The custom image will be used the next time you run ``tutor local quickstart`` or ``tutor local start``. Do not attempt to run ``tutor local restart``! Restarting will not pick up the new image and will continue to use the old image.