Skip to content

Instantly share code, notes, and snippets.

@ozzyjohnson
Created November 13, 2014 18:40
Show Gist options
  • Save ozzyjohnson/1ea196f056ecdf30708a to your computer and use it in GitHub Desktop.
Save ozzyjohnson/1ea196f056ecdf30708a to your computer and use it in GitHub Desktop.
Remove untagged docker images.
sudo docker rmi $(sudo docker images | grep '^<none>' | awk '{print $3}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment