Docker删除操作

Try the following:

docker rmi $(docker images | grep 'imagename')

docker rmi $(docker images 'completeimagename' -a -q)