YulePale
YulePale

Reputation: 7736

In which folder is data of volumes in Docker Windows stored?

I have seen this and this questions. None of them answers my question.

I have checked here: C:\Users\Public\Documents\Hyper-V\Virtual hard disks.

and here: C:\ProgramData as described here,

and I have not seen anything.

My question: When I run docker volume inspect I see that the mount path is /var/lib/docker/volumes where can I access that folder? Is it possible?

Why do I want to know this? I am just trying to understand docker better.

I am using windows 10 and Docker version 19.03.5.

Upvotes: 2

Views: 364

Answers (1)

phioria
phioria

Reputation: 11

I got same problem before. Here is what I found now, there will be a "wsl" folder under /mnt

in WSL, go to path:

/mnt/wsl/docker-desktop-data/docker/

u can find all ur images, containers and volumes data

Upvotes: 1

Related Questions