How to see docker image contents

前端 未结 9 1190
说谎
说谎 2020-11-30 16:18

I did a docker pull and can list the image that\'s downloaded. I want to see the contents of this image. Did a search on the net but no straight answer.

9条回答
  •  死守一世寂寞
    2020-11-30 16:29

    With Docker EE for Windows (17.06.2-ee-6 on Hyper-V Server 2016) all contents of Windows Containers can be examined at C:\ProgramData\docker\windowsfilter\ path of the host OS.

    No special mounting needed.

    Folder prefix can be found by container id from docker ps -a output.

提交回复
热议问题