Skip to content

Instantly share code, notes, and snippets.

@bds
Created May 28, 2019 16:15
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 bds/84e720b708751cdbfe8dd919da2a80b2 to your computer and use it in GitHub Desktop.
Save bds/84e720b708751cdbfe8dd919da2a80b2 to your computer and use it in GitHub Desktop.
Delete Docker images with feedback
# https://github.com/docker/for-mac/issues/2501#issuecomment-436997480
docker images -f "dangling=true" -q | xargs -I {} echo docker rmi -f {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment