Skip to content

Instantly share code, notes, and snippets.

@andrewp-as-is
Last active May 23, 2020 10:22
Show Gist options
  • Save andrewp-as-is/950cca202216efa3448f4c835137b234 to your computer and use it in GitHub Desktop.
Save andrewp-as-is/950cca202216efa3448f4c835137b234 to your computer and use it in GitHub Desktop.
Docker cleanup
sudo docker system prune -f
sudo docker volume rm $(sudo docker volume ls -qf dangling=true)
df -h --total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment