Docker批量删除指定名称的镜像

黄师傅 2,146 2023-05-17

docker批量删除镜像(名字开头一样的)

docker rmi $(docker images | grep "test/")

删除名字包含test的镜像