Created
November 26, 2022 04:00
-
-
Save simonmd/8fc05ed16bcb32aac6f5e5573e8e9a52 to your computer and use it in GitHub Desktop.
Reset Alara Gateway EC2
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
#!/bin/bash | |
docker kill $(docker container ls -q) | |
docker system prune -af | |
rm -rf alara* .alara | |
echo "Host has been reset." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment