Skip to content

Instantly share code, notes, and snippets.

@lohanidamodar
Created August 27, 2018 13:48
Show Gist options
  • Save lohanidamodar/181fd5737fdff006bc20fa936c060ff9 to your computer and use it in GitHub Desktop.
Save lohanidamodar/181fd5737fdff006bc20fa936c060ff9 to your computer and use it in GitHub Desktop.
remove untagged images from docker
docker rmi $(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