Skip to content

Instantly share code, notes, and snippets.

@blueridgemountains1
Created January 13, 2020 21:46
Show Gist options
  • Save blueridgemountains1/77c6e49140c1e8ab85932c6ad5db7335 to your computer and use it in GitHub Desktop.
Save blueridgemountains1/77c6e49140c1e8ab85932c6ad5db7335 to your computer and use it in GitHub Desktop.
remove unnamed docker images
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