Skip to content

Instantly share code, notes, and snippets.

@mickdelaney
Last active May 21, 2022 12:04
Show Gist options
  • Select an option

  • Save mickdelaney/db4f5b5b67d2f16d2f4934fa41aa0592 to your computer and use it in GitHub Desktop.

Select an option

Save mickdelaney/db4f5b5b67d2f16d2f4934fa41aa0592 to your computer and use it in GitHub Desktop.
remove docker images by search name
docker rm -f $(docker ps | grep 'search-string' | awk '{print $1}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment