无法删除docker的办法

[root@localhost /]# docker rmi ee05525d20ae
Error response from daemon: reference does not exist

 

[root@localhost /]# systemctl stop docker
[root@localhost /]# mv /var/lib/docker/image/overlay2/repositories.json /var/lib/docker/image/overlay2/repositories.json.bak
[root@localhost /]# systemctl start docker

 

[root@localhost /]# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
<none> <none> ee05525d20ae 3 years ago 2.03GB
<none> <none> 9864a5a5df83 11 years ago 883MB

[root@localhost /]# docker rmi ee05525d20ae
[root@localhost /]# docker rmi 9864a5a5df83

posted @ 2026-07-22 16:32  slnngk  阅读(3)  评论(0)    收藏  举报