Skip to content

Instantly share code, notes, and snippets.

@borismacias
Created June 25, 2018 21:45
Show Gist options
  • Save borismacias/b16749b02085bef31c3a3f3bdae6641e to your computer and use it in GitHub Desktop.
Save borismacias/b16749b02085bef31c3a3f3bdae6641e to your computer and use it in GitHub Desktop.
Remove docker dangling 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