Windows 10 - Location of docker image?

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 ?

1

2 Answers

windows systray -> docker for windows -> docker settings -> advanced -> disk image location

result, something like

C:\ProgramData\DockerDesktop\vm-data\DockerDesktop.vhdxenter image description here

2

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like