what is the command to docker image prune based on image/repo name – Nginx
I want to prune images based on image/repo name , lets say i have unused images named after postgres, postgres:v2, nginx and nginx:v2 now i want to prune all images based on image name that is postgres not nginx docker…