Skip to content

Instantly share code, notes, and snippets.

@EnoF
Created October 18, 2016 15:43
Show Gist options
  • Save EnoF/c6328a9ad174157df02580cb6a77a5a1 to your computer and use it in GitHub Desktop.
Save EnoF/c6328a9ad174157df02580cb6a77a5a1 to your computer and use it in GitHub Desktop.
# this cleans up your dead containers, cleaned up 50gigs before...
docker ps --filter status=dead --filter status=exited -aq | xargs docker rm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment