Skip to content

Instantly share code, notes, and snippets.

@nqbao
Created August 26, 2016 07:33
Show Gist options
  • Save nqbao/15cec9836de80d20c60ef9b737be0dd8 to your computer and use it in GitHub Desktop.
Save nqbao/15cec9836de80d20c60ef9b737be0dd8 to your computer and use it in GitHub Desktop.
remove untagged docker images
sudo docker rmi `sudo docker images --format "{{.ID}},{{.Tag}}" | grep "<none>" | awk -F',' '{print $1}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment