Skip to content

Instantly share code, notes, and snippets.

@tlackemann
Created March 29, 2015 02:49
Show Gist options
  • Save tlackemann/3cf01f0e88a5beafeae5 to your computer and use it in GitHub Desktop.
Save tlackemann/3cf01f0e88a5beafeae5 to your computer and use it in GitHub Desktop.
Remove all lingering docker images
docker rmi -f $(docker images --filter='dangling=true' -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment