Skip to content

Instantly share code, notes, and snippets.

@techgaun
Last active August 29, 2015 14:08
Show Gist options
  • Save techgaun/c18936c8f02e03ce34b9 to your computer and use it in GitHub Desktop.
Save techgaun/c18936c8f02e03ce34b9 to your computer and use it in GitHub Desktop.
docker remove exited containers
docker ps -a | grep Exited | cut -d" " -f1 | xargs --no-run-if-empty docker rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment