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

docker image grep and delete oneliner

docker images | grep myname | cut -d' ' -f9 | xargs docker rmi -f