[root@hadoop14 ~]# docker image rm ubuntu
Failed to remove image (ubuntu:v2): Error response from daemon: conflict: unable to remove repository reference "ubuntu:v2" (must force)
- container d63a819c3eaf is using its referenced image a8edd5cf3708

#原因#

  • Docker无法删除images,由于存在依赖container

#步骤#

  • docker rm b23dd9de7382  (删除依赖的container d63a819c3eaf) 
  • 可能有多个依赖,全部删除

 

相关文章:

  • 2022-12-23
  • 2021-10-02
  • 2021-10-13
  • 2021-06-24
  • 2021-10-03
  • 2021-08-04
  • 2021-05-14
猜你喜欢
  • 2021-05-25
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2022-01-11
相关资源
相似解决方案