Where is docker image location in Windows 10?

前端 未结 13 1659
慢半拍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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-08 09:51

    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
    

提交回复
热议问题