How to solve the No such image problem of docker
This article mainly explains "how to solve docker's No such image problem". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let Xiaobian take you to learn "how to solve docker's No such image problem"!
Problem: No such image appears when docker rmi xxxx(image ID) has an image in the docker images list!
Solution:
cd /var/lib/docker/image/overlay2/imagedb/content/sha256
Find your mirror rm -rf xxxx(where the mirror ID is the full mirror ID).
At this point, I believe that everyone has a deeper understanding of "docker's No such image problem", so let's actually operate it! Here is the website, more related content can enter the relevant channels for inquiry, pay attention to us, continue to learn!