0
点赞
收藏
分享

微信扫一扫

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 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 条评论