I am using Windows 10. I installed docker and pulled an image following this github
docker pull floydhub/dl-docker:cpu Now I can't seem to find where this image is located if I want to delete it and download another copy. When I used a the VMware virtual machine there would be a specific folder with the name designated by me. So how do I look for the folder containing this docker image ?
12 Answers
windows systray -> docker for windows -> docker settings -> advanced -> disk image location
result, something like
C:\ProgramData\DockerDesktop\vm-data\DockerDesktop.vhdx 
This thread might help. Essentially, according to Michael Friis, docker images are stored in the Hyper-VM and the Hyper-V VM harddrive itself is usually in C:\Users\Public\Documents\Hyper-V\Virtual hard disks.
1