Skip to content

Instantly share code, notes, and snippets.

@evilsneer
Last active August 16, 2020 12:35
Show Gist options
  • Save evilsneer/d64ae85374e4c6119895c49f6c325252 to your computer and use it in GitHub Desktop.
Save evilsneer/d64ae85374e4c6119895c49f6c325252 to your computer and use it in GitHub Desktop.
for i in $(docker images -a | grep '<none>' | awk '{print $3}');do docker rmi -f $i;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment