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.
I was not able to find the location of a WSL based Docker installation. But there is a simple way with docker commands itself to get the image!
docker image save myimagename -o myimagename.img
This creates you an image file directly.