Skip to content

Instantly share code, notes, and snippets.

@runeleaf
Created July 6, 2016 07:28
Show Gist options
  • Save runeleaf/be4ed098d7bde8741fd061a05964cc80 to your computer and use it in GitHub Desktop.
Save runeleaf/be4ed098d7bde8741fd061a05964cc80 to your computer and use it in GitHub Desktop.
#!/bin/sh
docker images | awk '/<none/{print $3}' | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment