I have an image named cptool:latest
with the size of 0 bytes.
This is the line that is printed when using docker images -a
What is it and what is it needed for?
I have an image named cptool:latest
with the size of 0 bytes.
This is the line that is printed when using docker images -a
What is it and what is it needed for?
You can check its history:
docker history --no-trunc 67b18221c757
Or use dive to explore this image.
But if those commands reports nothing, because of its size (0), then removing the image from your local registry is, as commented, the sensible option.