I used the following command to create a docker image
cat exampleimage.tgz | docker import - exampleimagelocal
The image was created successfully. But I am unable to find where this image is located. I can run the image by using the command
docker run exampleimagelocal
I tried to find the file using
locate exampleimagelocal
But it didn't return any result. Can someone tell me where docker has stored this file?