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
You can use the command docker rmi IMAGE_NAME:TAG_NAME and it will work.