Skip to content

Instantly share code, notes, and snippets.

@famousgarkin
Created July 17, 2017 10:34
Show Gist options
  • Save famousgarkin/1ccc5a230823db9bfdda6e170775bfff to your computer and use it in GitHub Desktop.
Save famousgarkin/1ccc5a230823db9bfdda6e170775bfff to your computer and use it in GitHub Desktop.
remove dangling Docker images
docker image rm $(docker image ls --quiet --filter dangling=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment