Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bryandh/e99f1f8f4488707668f4ae53103f9181 to your computer and use it in GitHub Desktop.
Save bryandh/e99f1f8f4488707668f4ae53103f9181 to your computer and use it in GitHub Desktop.
How to remove unused Docker containers and images
$ docker rmi $(docker images -q -f dangling=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment