Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndrienkoAleksandr/2e590968f554c0384993846000ecd950 to your computer and use it in GitHub Desktop.
Save AndrienkoAleksandr/2e590968f554c0384993846000ecd950 to your computer and use it in GitHub Desktop.
Remove all untagged docker images
docker rmi $(docker images | grep "^<none>" | awk "{print $3}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment