Skip to content

Instantly share code, notes, and snippets.

@guerrerocarlos
Created July 4, 2024 14:17
Show Gist options
  • Save guerrerocarlos/bf4df03ceab41124c4dba304b777f506 to your computer and use it in GitHub Desktop.
Save guerrerocarlos/bf4df03ceab41124c4dba304b777f506 to your computer and use it in GitHub Desktop.
edx-reset.sh
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