Where are the docker images located once they are downloaded from docker hub in Mac OSX. For example if I run a command like:
docker run hello-world <
docker run hello-world
There's some information on this here. You can check the location by running
docker info| grep "Docker Root Dir"