Skip to content

Instantly share code, notes, and snippets.

@TheDeveloper
Created March 11, 2022 15:36
Show Gist options
  • Save TheDeveloper/1b5ed5327416349e92e2b327751cdaa0 to your computer and use it in GitHub Desktop.
Save TheDeveloper/1b5ed5327416349e92e2b327751cdaa0 to your computer and use it in GitHub Desktop.
docker-prune
#!/bin/bash
set -x
docker stop $(docker ps -a -q)
docker system prune --volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment