• 使用IMAGE ID删除镜像报错Error response from daemon: conflict: unable to delete d0957ffdf8a2 (must be forced) - image is referenced in multiple repositories是因为有多个镜像的IMAGE ID是相同的,可以使用REPOSITORY+TAG的方式去删除;如下:
root@zzq-HP-Pavilion-15-Notebook-PC:/home/zzq# docker images
REPOSITORY               TAG                 IMAGE ID            CREATED             SIZE
a1030907690/php-ubuntu   14.04               b35f43a8bbb5        28 minutes ago      1.12GB
php-ubuntu14.04          latest              b35f43a8bbb5        28 minutes ago      1.12GB
centos                   7                   5e35e350aded        3 weeks ago         203MB
ubuntu                   latest              775349758637        4 weeks ago         64.2MB
ubuntu                   14.04               2c5e00d77a67        6 months ago        188MB
centos                   6.7                 9f1de3c6ad53        8 months ago        191MB
centos                   6                   d0957ffdf8a2        8 months ago        194MB
centos                   centos6             d0957ffdf8a2        8 months ago        194MB
  • 这里我centos:6和centos:centos6的IMAGE ID是相同的,删除就会报错。
  • 解决办法可以用REPOSITORY+TAG的方式删除
docker rmi centos:centos6

  • 再次查看验证是成功的

Error response from daemon: conflict: unable to delete d0957ffdf8a2 (must be forced) - image is refe相关推荐

  1. Error response from daemon: conflict: unable to delete f6d0b4767a6c (must be forced) - image is refe

    @[TOC](Error response from daemon: conflict: unable to delete f6d0b4767a6c (must be forced) - image ...

  2. Error response from daemon: conflict: unable to delete 8e6aee9da407 (must be forced) - image is refe

    docker 删除报错: Error response from daemon: conflict: unable to delete 8e6aee9da407 (must be forced) - ...

  3. Error response from daemon: conflict: unable to delete 4f2bb6112fd7 (must be forced) - image is refe

    在使用docker rmi id 删除镜像的时候报错: Error response from daemon: conflict: unable to delete 4f2bb6112fd7 (mus ...

  4. docker 删除镜像时报错Error response from daemon: conflict: unable to delete xxx (must be forced) -

    解决方法 方法一:删除时不要使用 image ID,改用镜像名称(REPOSITORY) 方法二:docker rmi -f imageID 问题解析 docker rmi 8e6aee9da407 ...

  5. Error response from daemon conflict unable to delete 3f37e5daf5bd (cannot be forced) - image is bein

    报错:Error response from daemon: conflict: unable to delete 3f37e5daf5bd (cannot be forced) - image is ...

  6. Error response from daemon: conflict: unable to delete acdcfe83bcc5 (must be forced) - image is bein

    报错如下,使用docker rmi  镜像名 报错了 Error response from daemon: conflict: unable to delete acdcfe83bcc5 (must ...

  7. Error response from daemon: conflict: unable to delete 6f8214d56bfc (cannot be forced) - image has d

    docker commit了一个镜像之后想删除旧的镜像,出现以下报错 Error response from daemon: conflict: unable to delete 6f8214d56b ...

  8. Error response from daemon: conflict: unable to delete a9ac6b268134 (must be forced) - image is bein

    Docker 删除容器和镜像说明 Docker 删除 首先要先删除容器 再删除镜像 举个例子 容器相当于VM 中的一个系统,如:你装了一个win10 或者 linux 系统 镜像就是:你下载的iso ...

  9. Error response from daemon: conflict: unable to delete 31f279e888c0 (must be forced) - image is bein

    批量删除docker时出现下面的错误. 解决方法: docker rmi -f 镜像名称 #例如 本例中要删除fate镜像. docker rmi -f fate

最新文章

  1. java 解释型和编译型
  2. 哈哈,我的博客开通啦,欢迎光临~~~~~~~~~~~~
  3. java web应用解决乱码问题
  4. Hadoop五个进程的作用和联系
  5. java多线程做一件事_关于Java的十件事
  6. 小程序 遮罩层(阻止事件穿透)
  7. UVa 1225 Digit Counting
  8. 2017二级c语言选择题,2017年9月计算机二级C语言考试选择题
  9. [转帖]看完这篇文章你还敢说你懂JVM吗?
  10. javascript中闭包的真正作用
  11. mysql报错:You must at least set –server-id to enable either a master or a slave
  12. PLC液压控制系列之比例流量阀结构分析
  13. php 将汉字转为拼音,PHP汉字转换为拼音字头原理
  14. 人工智能导论——智能计算(进化算法+群智能优化)
  15. redis 安装以及redis desktop manger 连接
  16. NOIP历年第二轮入门组真题集合
  17. 谷歌地球不能用?国产谷歌地球替代软件提前转正
  18. Ubuntu16.04下caffe CPU版的详细安装步骤
  19. 代码量?项目经验?面试官你到底要看程序员哪一点
  20. jstree Api 中文翻译文档

热门文章

  1. 【渝粤题库】陕西师范大学201741 课程与教学论 作业(专升本)
  2. Python通过文字生成语音,随机获取视频或图片素材生成伪原创的短视频
  3. 2008年的互联网盈利模式
  4. 第十课:人口金字塔、漏斗图、箱线图
  5. C++知识整理用----unsigned关键字的理解
  6. 中国电子学会2023年03月份青少年软件编程Python等级考试试卷一级真题(含答案)
  7. 《跨界杂谈》华为印象(五):高度集权的矩阵式架构
  8. 显著目标检测论文(三)——Minimum Barrier Salient Object Detection at 80 FPS (2015)
  9. Win11搜索不到文件的解决方法
  10. Git操作详解以及在VScode中的使用