mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
Fix docs on restarting platform after custom openedx image build
Close #338
This commit is contained in:
parent
7f7ded0680
commit
ca39b87ab6
@ -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::
|
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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user