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

阅读 53

2023-02-13


报错如下,使用docker rmi  镜像名 报错了

Error response from daemon: conflict: unable to delete acdcfe83bcc5 (must be forced) - image is being used by stopped container 79e028dc2cbf

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

 

Error response from daemon: conflict: unable to delete acdcfe83bcc5 (must be forced) - image is bein_运维_02

解决方法: 加上-f参数,表示强制删除

使用docker rmi -f 镜像名

Error response from daemon: conflict: unable to delete acdcfe83bcc5 (must be forced) - image is bein_运维_03

 

 

精彩评论(0)

0 0 举报