Skip to content

Instantly share code, notes, and snippets.

@simonmd
Created November 26, 2022 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonmd/8fc05ed16bcb32aac6f5e5573e8e9a52 to your computer and use it in GitHub Desktop.
Save simonmd/8fc05ed16bcb32aac6f5e5573e8e9a52 to your computer and use it in GitHub Desktop.
Reset Alara Gateway EC2
#!/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