删除单个镜像

docker rmi -f 镜像id

等同于

docker rmi -f  唯一镜像名

docker删除镜像_docker

 

 

删除多个镜像

docker  rmi -f  镜像名1  镜像名2

docker删除镜像_docker_02