Skip to content

Instantly share code, notes, and snippets.

@narwanimonish
Created June 8, 2022 06:19
Show Gist options
  • Save narwanimonish/04531d467cf6799ea85248df6008450b to your computer and use it in GitHub Desktop.
Save narwanimonish/04531d467cf6799ea85248df6008450b to your computer and use it in GitHub Desktop.
Deleting un-tagged docker images
#/bin/bash/
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