docker image删不掉的问题

root@ubuntu:/opt/docker# docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
door/ubuntu-nginx   v2                  5e4f2da203e2        5 minutes ago       283.3 MB
<none>              <none>              46987ed2da40        33 minutes ago      129 MB
<none>              <none>              20248c31e1a2        45 minutes ago      129 MB
door/ubuntu-nginx   v1                  0e35a55569f5        About an hour ago   280.8 MB
ubuntu              latest              104bec311bcd        2 weeks ago         129 MB
hello-world         latest              c54a2cc56cbb        6 months ago        1.848 kB
root@ubuntu:/opt/docker# docker rmi 5e4f2da203e2
Error response from daemon: conflict: unable to delete 5e4f2da203e2 (must be forced) - image is being used by stopped container 06622513ce3c

解决方法:

  1. 先查询记录 docker ps -a
  2. 把该镜像的记录全部删除掉,如果删除所有镜像的记录,可以使用:docker ps -a|awk '{print $1}'|xargs docker rm
  3. docker rmi 5e4f2da203e2就可以了

转载于:https://my.oschina.net/u/3568600/blog/3085902

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值