Skip to content

Instantly share code, notes, and snippets.

@vagabondan
Created October 20, 2019 07:28
Show Gist options
  • Save vagabondan/8a7919eec59ba29a888cdfded33fc74c to your computer and use it in GitHub Desktop.
Save vagabondan/8a7919eec59ba29a888cdfded33fc74c to your computer and use it in GitHub Desktop.
remove all untagged docker images
docker rmi $(docker images | awk '/^<none>/ {print $3}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment