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.
you can use below command to export your image and can copy same to linux / another machine docker export [OPTIONS] CONTAINER
example:
docker export --output="latest.tar" red_panda