📜  从 docker 中删除特定图像 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:41.432000             🧑  作者: Mango

代码示例2
#remove specific image from docker
if we have mutiple images into docker
REPOSITORY      TAG       IMAGE ID            CREATED             SIZE
rabbitmq      latest     8e428cff54c8        6 hours ago         72.9MB
rabbitmq        3         7e82a4d17ac1        2 weeks ago         512MB
cmd:docker rmi rabbitmq:latest
by using this command you can remove desire docker image