I\' using Windows 10 Home operating system. I have installed Docker toolbox.
I have created docker image of my .net core application by using following command.
<The docker desktop for windows 10 has been moved here:
c:/users/<user>
/AppData/Roaming/Docker/settings.json
docker info
command.This folder will conatins images, containers, ...
All the answers have been outdated or incorrect for me, I found it in %AppData%\Local\Docker\wsl
I was not able to find the location of a WSL based Docker installation. But there is a simple way with docker commands itself to get the image!
docker image save myimagename -o myimagename.img
This creates you an image file directly.
I am running on Windows 10 Home Version 2004 with Docker 19.03.8. This has the new WSL back-end - in that configuration, launch a WSL prompt (Win-r then wsl to launch) and my image files are under /mnt/host/wsl/docker-desktop-data/data/docker
By default it is inside C:\Users\Public\Documents\Hyper-V\Virtual hard disks
directory (.vhdx file).
It can be changed in Docker's settings > Advanced > Disk image location