docker image删不掉的解决办法
在使用Docker的时候遇到删不掉image的情况,如下:
root@ubuntu:/opt/docker#dockerimages REPOSITORYTAGIMAGEIDCREATEDSIZE door/ubuntu-nginxv25e4f2da203e25minutesago283.3MB <none><none>46987ed2da4033minutesago129MB <none><none>20248c31e1a245minutesago129MB door/ubuntu-nginxv10e35a55569f5Aboutanhourago280.8MB ubuntulatest104bec311bcd2weeksago129MB hello-worldlatestc54a2cc56cbb6monthsago1.848kB root@ubuntu:/opt/docker#dockerrmi5e4f2da203e2 Errorresponsefromdaemon:conflict:unabletodelete5e4f2da203e2(mustbeforced)-imageisbeingusedbystoppedcontainer06622513ce3c
解决方法:
1.先查询记录dockerps-a
2.把该镜像的记录全部删除掉,如果删除所有镜像的记录,可以使用:dockerps-a|awk'{print$1}'|xargsdockerrm
3.dockerrmi5e4f2da203e2就可以了
网上还有网友使用servicedockerrestrat之后再删,本人试了一下不管用,可能是因为环境不一样,哈哈!
以上所述是小编给大家介绍的dockerimage删不掉的解决办法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对毛票票网站的支持!