I have a Windows 10 Home operating system. I installed the Docker toolbar.
I created a docker image of my main .net application using the following command.
$ docker build -t helloWorld:core .
Now I want to send this image to another machine. But I do not get the image file.
Can someone tell me where my image will be saved? Or is there any way to specify the docker image path in the docker build command.
source share