Skip to content

Instantly share code, notes, and snippets.

@ThiagoGarciaAlves
Last active May 26, 2017 02:48
Show Gist options
  • Select an option

  • Save ThiagoGarciaAlves/90ff8d6008a382e0dae3826be1ed90e4 to your computer and use it in GitHub Desktop.

Select an option

Save ThiagoGarciaAlves/90ff8d6008a382e0dae3826be1ed90e4 to your computer and use it in GitHub Desktop.
Remove all untagged 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