The blog about containerisation, virtual machines and useful shell snippets and findings

Docker oneliner for image filtering and removal by pattern

docker images -f reference=myimage -q | xargs docker rmi -f

put your image name w/o tags instread of myimage