How to remove multiple docker images with the same imageID?

后端 未结 8 2102
余生分开走
余生分开走 2021-01-30 20:15

I created a local docker registry and then pull some of my docker images from docker hub and then push them to the local registry. Now I want to remove my local images. But the

8条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-30 20:43

    You can use the command docker rmi IMAGE_NAME:TAG_NAME and it will work.

提交回复
热议问题