Skip to content

Instantly share code, notes, and snippets.

@kireal
Created November 6, 2014 19:56
Show Gist options
  • Save kireal/050eff46e94956568d8b to your computer and use it in GitHub Desktop.
Save kireal/050eff46e94956568d8b to your computer and use it in GitHub Desktop.
Remove all docker images.
docker rmi $(docker images | grep -v REPOSITORY | awk '{print $3}')
@kireal
Copy link
Author

kireal commented Nov 6, 2014

It deletes all non running images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment