docker-alias icon indicating copy to clipboard operation
docker-alias copied to clipboard

dri alias should eliminate only empty images

Open ninrod opened this issue 8 years ago • 1 comments

dri alias is very dangerous. most of the time user wants to eliminate only the unnamed images.

ninrod avatar Jul 17 '16 05:07 ninrod

Yeah, my dri is docker images -qf dangling=true | xargs docker rmi;

neverfox avatar Mar 23 '18 22:03 neverfox