Skip to content

Instantly share code, notes, and snippets.

@philipsoutham
Created August 29, 2014 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipsoutham/af3d9430bf40469fe426 to your computer and use it in GitHub Desktop.
Save philipsoutham/af3d9430bf40469fe426 to your computer and use it in GitHub Desktop.
docker cleanup
docker ps -a -q | xargs docker rm
docker images | grep -v "IMAGE ID" | awk '{ print $3}' | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment