docker-alias
docker-alias copied to clipboard
dri alias should eliminate only empty images
dri
alias is very dangerous. most of the time user wants to eliminate only the unnamed images.
Yeah, my dri is docker images -qf dangling=true | xargs docker rmi;