报错如下,使用docker rmi 镜像名 报错了
Error response from daemon: conflict: unable to delete acdcfe83bcc5 (must be forced) - image is being used by stopped container 79e028dc2cbf
解决方法: 加上-f参数,表示强制删除
使用docker rmi -f 镜像名
报错如下,使用docker rmi 镜像名 报错了
Error response from daemon: conflict: unable to delete acdcfe83bcc5 (must be forced) - image is being used by stopped container 79e028dc2cbf
解决方法: 加上-f参数,表示强制删除
使用docker rmi -f 镜像名