Query regarding Images location

I am using windows docker installer and powershell to run commands. So having one query when I am running docker pull . So in my local c drive where it is stored? I checked the desktop docker and hyper-v folders in c drive unable to see the image file? Can you please explain it.??

@arit20y On windows most of docker ressources (images layers, container filesystem) are located by default under C:\ProgramData\docker.

You can have a good and quick read about container storage here.

Hi @arit20y

The location of Docker files depends on your operating system. Here is an overview for the most used operating systems:

Ubuntu: /var/lib/docker/

Fedora: /var/lib/docker/

Debian: /var/lib/docker/

Windows: C:\ProgramData\DockerDesktop