Skip to content

Instantly share code, notes, and snippets.

@nakosung
Created October 18, 2013 02:05
Show Gist options
  • Save nakosung/7035399 to your computer and use it in GitHub Desktop.
Save nakosung/7035399 to your computer and use it in GitHub Desktop.
delete all images without tag
docker images | grep '<none>' | awk '{print $3}' | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment