Where is docker image location in Windows 10?

前端 未结 13 1654
慢半拍i
慢半拍i 2020-12-08 09:06

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.

<
13条回答
  •  鱼传尺愫
    2020-12-08 09:44

    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.

提交回复
热议问题