*Note: I know about this question, however, it is related to Docker Toolbox and not to Docker Desktop for Mac and it seems that each tool uses different location for storing Docker images locally
Where can I find a docker images that have been pulled from Docker Hub by means of Docker desktop for Mac?
I tried to verify that Docker is running by the following command.
docker run hello-world
As a result the Docker daemon pulled the "hello-world" image from the Docker Hub but I am not able to find it.