I' using Windows 10 Home operating system. I have installed Docker toolbox.
I have created docker image of my .net core application by using following command.
$ docker build -t helloWorld:core .
Now I want to ship this image, to other machine. But I am not getting image file.
Can someone please tell me, where my image will get saved? Or is there any way, to specify docker image path in docker build command.