Created
July 4, 2024 14:17
-
-
Save guerrerocarlos/bf4df03ceab41124c4dba304b777f506 to your computer and use it in GitHub Desktop.
edx-reset.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker stop $(docker ps -aq) | |
docker rm $(docker ps -aq) | |
docker rmi $(docker images -q) | |
docker volume prune -f | |
docker network prune -f | |
rm -rf .local/share/tutor/ | |
tutor config save --interactive | |
tutor local launch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment