Skip to content

Instantly share code, notes, and snippets.

@chadly
Created July 10, 2021 02:13
Show Gist options
  • Save chadly/b64c666f751dc9fc4f68d0cc4525cd6d to your computer and use it in GitHub Desktop.
Save chadly/b64c666f751dc9fc4f68d0cc4525cd6d to your computer and use it in GitHub Desktop.
Nuke Docker containers and volumes from orbit
docker system prune -a
docker volume rm $(docker volume ls -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment