Skip to content

Instantly share code, notes, and snippets.

@fojuth
Created November 10, 2016 20:41
Show Gist options
  • Save fojuth/a37de25ab47dcf4a57bb7a7537ae0cac to your computer and use it in GitHub Desktop.
Save fojuth/a37de25ab47dcf4a57bb7a7537ae0cac to your computer and use it in GitHub Desktop.
Remove <none> 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