Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active May 9, 2020 11:54
Show Gist options
  • Save innyso/d90249c9272a0740bda6 to your computer and use it in GitHub Desktop.
Save innyso/d90249c9272a0740bda6 to your computer and use it in GitHub Desktop.
#docker #cmd #remove #images

Remove all images

docker images | grep "<none>" | awk '{print $3}' | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment