Where are docker images and containers stored when we use it with Windows?

前端 未结 5 1489
遥遥无期
遥遥无期 2020-12-14 17:13

NOTE: Am super new to both Windows and Docker

The tutorial I\'ve been using says that they are under /var/lib/docker/containers if we\'re using Linux, b

5条回答
  •  执笔经年
    2020-12-14 17:28

    After review some post on Stackoverflow and Google. I found this directory :

    C:\ProgramData\Microsoft\Windows\Hyper-V
    

    Here you can fin the configuration with the Virtual Machines

    C:\ProgramData\Microsoft\Windows\Hyper-V\Virtual Machines
    

    Another important thing is the images are virtualized by the Hyper-V, so the info should be stored here.

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

提交回复
热议问题