Where are Docker images stored on the host machine?

后端 未结 29 2461
逝去的感伤
逝去的感伤 2020-11-22 06:28

I managed to find the containers under directory /var/lib/docker/containers, but I can\'t find the images.

What are the directories and files under

29条回答
  •  庸人自扰
    2020-11-22 06:47

    On the newly released 'Docker for Windows', which uses Hyper-V, data is located in the Docker virtual hard disk:

    C:\Users\Public\Documents\Hyper-V\Virtual hard disks\MobyLinuxVM.vhdx

    You can also open the 'Hyper-V Manager' for access to the Docker / MobyLinuxVM.

提交回复
热议问题