Why is docker images list empty?
Another alternative answer is to enter docker image ls
Try
docker images
I think the docker client is trying to filter by token list
and therefore is not finding any images with this name criteria.
docker images
- Will list all the images.
docker image ls
- is same as "docker images"
docker images ls
- here "ls" acts as filter.