I'm pretty new to ubuntu so there is probably something simple I am missing. I am trying to remove my docker images with
sudo docker rmi <IMAGE ID>
I get the error
Error response from daemon: No such Id: 265fdadf...
If I try
sudo docker ps -a | grep <Image ID>
It does not return any results.
I'm not sure what this error response means and why I cannot delete the image. The Id 265 is different than the actual IMAGE ID of my docker image.