📅  最后修改于: 2022-03-11 14:57:41.432000             🧑  作者: Mango
#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