Skip to content

Instantly share code, notes, and snippets.

@MattJDavidson
Created December 19, 2018 11:20
Show Gist options
  • Save MattJDavidson/6db88b62fd56ad44ea2568b44be05da5 to your computer and use it in GitHub Desktop.
Save MattJDavidson/6db88b62fd56ad44ea2568b44be05da5 to your computer and use it in GitHub Desktop.
docker-undangle
$ cat ~/.bin/docker-undangle
#!/bin/bash
docker rmi $(docker images --filter "dangling=true" -q --no-trunc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment