I created a local docker registry and then pull some of my docker images from docker hub and then push them to the local registry. Now I want to remove my local images. But the
Run the following command to remove multiple docker images with the same IMAGE ID.
sudo docker rmi -f **IMAGE ID**