Skip to content

Instantly share code, notes, and snippets.

@shingara
Created January 7, 2016 16:35
Show Gist options
  • Save shingara/4cbf4e651f25b958e7ff to your computer and use it in GitHub Desktop.
Save shingara/4cbf4e651f25b958e7ff to your computer and use it in GitHub Desktop.
#!/bin/bash
df -h /dev/sda1
docker rm $(docker ps -a -q)
docker rmi $(docker images -q -f dangling=true)
bash docker-cleanup-volumes.sh
df -h /dev/sda1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment