Skip to content

Instantly share code, notes, and snippets.

@NamPNQ
Created November 5, 2016 12:11
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 NamPNQ/6ce63d8910b88b95a637d4a6105b44a9 to your computer and use it in GitHub Desktop.
Save NamPNQ/6ce63d8910b88b95a637d4a6105b44a9 to your computer and use it in GitHub Desktop.
Clean docker images
docker images -q -a | xargs --no-run-if-empty docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment