Skip to content

Instantly share code, notes, and snippets.

@davidp94
Created October 3, 2018 19:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save davidp94/e32bd9f51a6cc34ba303713cb557b358 to your computer and use it in GitHub Desktop.
remove untagged images docker
docker rmi $(docker images -a | grep "^<none>" | awk '{print $3}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment