Skip to content

Instantly share code, notes, and snippets.

@luiselizondo
Created April 28, 2015 22:28
Show Gist options
  • Save luiselizondo/6fdaac49a1492a8fad9f to your computer and use it in GitHub Desktop.
Save luiselizondo/6fdaac49a1492a8fad9f to your computer and use it in GitHub Desktop.
Docker Clean Images Command
#!/bin/bash
docker images -q --filter "dangling=true" | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment